R - get(): call object from string

26 Aug 2017

x5 <- "x5 variable"
get("x5")
# [1] "x5 variable"

viewed on http://rfunction.com

[ R  function  ]