[R] Chars as numbers

Tobias Muhlhofer t.muhlhofer at lse.ac.uk
Fri May 27 16:28:15 CEST 2005


Josef,

Not sure if this is exactly what you mean, but there is a generic function

as()

to which you can then specify "numeric" as an argument and which then 
coerces stuff into numeric format.

Tobias


Josef Eschgfaeller wrote:
> 
> Is there a proper function for transforming
> a character to a number instead of using
> 
>   i=match('c',letters)
>   # 3
> 
> Thanks.
> Josef Eschgfäller
> 
> 
> ------------------------------------------------------------------------
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

-- 
**************************************************************************
When Thomas Edison invented the light bulb he tried over 2000
experiments before he got it to work. A young reporter asked
him how it felt to have failed so many times. He said
"I never failed once. I invented the light bulb.
It just happened to be a 2000-step process."




More information about the R-help mailing list