trimws_to_numeric | R Documentation |
More detailed description
trimws_to_numeric(x)
x |
vector to transform to numeric |
numeric vector
## Not run: x <- c(" 12", "13 ", " 14 ") trimws_to_numeric(x) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.