[R] Create and Assign value into a variable from Another variable

Rui Barradas ruipbarradas at sapo.pt
Tue Aug 28 12:17:51 CEST 2012


Hello,

Try the following, supposing that 1:5 is the value you want to assign.

?assign
MyVariable <- "UnitNo"
assign(MyVariable, 1:5)
UnitNo

Hope this helps,

Rui Barradas

Em 28-08-2012 07:48, Rantony escreveu:
> 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.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.




More information about the R-help mailing list