listToStrVec | R Documentation |
Convert list of string to vector of string
listToStrVec(stringList)
stringList |
list of string |
vector of string
stringList <- list("abc") #' listToStrVec(stringList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.