splitComma | R Documentation |
Just a concise way to split a string on the commas. Returning a vector of strings instead.
splitComma(string_v)
String |
that will be split |
Vector of strings. One element for each section of string that was previously divided by a comma
myString_v <- c("This,is,a,string")
splitComma(myString_v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.