[R] parse on left hand side of R assignment
Paul E. Johnson
pauljohn at ku.edu
Sat May 31 18:57:15 CEST 2003
I keep finding myself in a situation where I want to calculate a
variable name and then use it on the left hand side of an assignment.
For example
iteration <- 1
varName <- paste("run",iteration,sep="")
myList$parse(text=varName) <- aColumn
I want to take some existing variable "aColumn" and use the name
"varName" name for it and put it into a list "myList". That use fails
with this error:
Error: couldn't find function "(<-"
I've tried many variations on the theme.
If I could do this with a data frame, I would be just as happy. Right
now I'm using a list rather than a data frame because not all columns
are of the same length. But I can work around that.
--
Paul E. Johnson email: pauljohn at ukans.edu
Dept. of Political Science http://lark.cc.ukans.edu/~pauljohn
University of Kansas Office: (785) 864-9086
Lawrence, Kansas 66045 FAX: (785) 864-5700
More information about the R-help
mailing list