Description Usage Arguments Value
View source: R/utilityFunctions.R
Split input of comma-separated string into vector of numeric, logical or character values.
1 | commaList2vector(commastring = NULL, type = "numeric")
|
commastring |
Input [character] vector containing numbers separated by commas. |
type |
Name [string] of the type of input variables; one of numeric, logical or character |
Numeric vector of values extracted from commastring.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.