[R] Create and Assign value into a variable from Another variable
Rantony
antony.akkara at ge.com
Tue Aug 28 08:48:50 CEST 2012
Hi,
Here i have a variable named "MyVariable" containing particular name
For eg:-
MyVariable <- "UnitNo"
Here my requirement is, i need to get "UnitNo" as another variable by
reading "MyVariable"
i need "UnitNo" as variable name and need to assign some value into that.
i had tried with as.name(MyVariable ) and as.character(MyVariable) - Its
getting that value, but im unable to assign
something into that variable.
Could you please help me ?
- Thank you
Antony
--
View this message in context: http://r.789695.n4.nabble.com/Create-and-Assign-value-into-a-variable-from-Another-variable-tp4641515.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list