Description Usage Arguments Value Examples
Safely convert to numeric
1 | as_numeric(.x)
|
.x |
Vector. |
Numeric vector of same length as .x
.
1 2 | as.numeric(factor("1.3"))
as_numeric(factor("1.3"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.