Description Usage Arguments Value Examples
Transfer numeric string to numeric.
1 | mixedToFloat(x)
|
x |
A string or a vector |
A number or a numeric vector
1 2 3 4 5 | 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.