Description Usage Arguments Value Author(s) References Examples
View source: R/char2NumVector.R
Conversion from a character vector to an integer vector.
1 |
c |
character vector. |
an integer vector.
Ai-bing ZHANG, PhD. CNU, Beijing, CHINA. zhangab2008 (at) mail. cnu. edu.cn.
zhangab2008 (at) mail. cnu. edu. cn.
1 2 3 | c<-c("a","a","b")
num<-char2NumVector(c)
num
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.