Description Usage Arguments Details Value Examples
View source: R/names_processing.R
transforms all numeric strings to numbers keeping non-numeric
1 | gentle_as_numeric(chr_vector)
|
chr_vector |
character vector or list |
transform all numeric strings to numbers keeping non-numeric, returns a list.
list with numerics and character 1d objects
1 | gentle_as_numeric(c("5", "ggg", "'sss'"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.