[R] Odp: Column with codes

Petr PIKAL petr.pikal at precheza.cz
Wed Mar 7 12:56:53 CET 2012


Hi
 
> Good Day,
> 
>    I have a small question, I think it is simple to solve,
> 
>   I have a column with the following records
> 
> name
> saucer
> cup
> tea
> saucer
> saucer
> 
> what is the quickest way to create a new column codes
> 1
> 1
> 3
> 1
> 1

Those numbers does not correspond to above mentioned names. If they should 
and the.variable is factor 

as.numeric(the.variable) produces underlaying numeric values.

Regards
Petr

> 
> 
> --
> View this message in context: http://r.789695.n4.nabble.com/Column-with-
> codes-tp4452906p4452906.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