Skip to content
Prev 59226 / 398502 Next

referencing values of strings

On Wed, 2004-11-17 at 10:48 -0500, Apoian, Zack wrote:
If I am understanding you correctly:

x <- 1:10
[1]  1  2  3  4  5  6  7  8  9 10

x.char <- "x"
[1]  1  2  3  4  5  6  7  8  9 10


See ?get for more information.

HTH,

Marc Schwartz