as.mynumeric {rrtable} | R Documentation |
coerce an object of type "numeric"
Description
coerce an object of type "numeric"
Usage
as.mynumeric(x)
Arguments
x |
A vector |
Examples
x=c("1,200","2","3.5")
x=factor(3:1)
x=c(1:3,"tt")
as.mynumeric(x)
[Package rrtable version 0.3.0 Index]