to_num | R Documentation |
This function returns a numeric value or vector, which can be integer or decimal, containing non-numeric characters that prevent transformation.
to_num(x)
x |
Vector of numeric type or character |
x = c("1","2","3.1","4,2","5,0") to_num(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.