mixedToFloat | R Documentation |
Transfer numeric string to numeric.
mixedToFloat(x)
x |
A string or a vector |
A number or a numeric vector
mixedToFloat(3)
mixedToFloat("-1/3")
mixedToFloat(c("1","0.2","1/3","-1"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.