Description Usage Arguments Details Value Examples
View source: R/names_processing.R
converts string with comma separated numbers to numeric vector
1 | numbers_string_2_vector(numbers_string)
|
numbers_string |
character, something like '1,2,3,7.65' |
converts string with comma separated numbers to numeric vector.
numeric vector
1 | numbers_string_2_vector("1,2,4.56")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.