Displaying 1 result from an estimated 1 matches for "even_nums".
2008 Mar 14
2
How to turn a string into a variable name ?
Hi,
For example,
natural_nums <- 1:10
even_nums <- seq(2,10, by = 2)
types <- c("natural_nums", "even_nums")
What functions can be performed on types[1] to turn it into a variable name
and not a string ?
[[alternative HTML version deleted]]