DBtoVector | R Documentation |
does the reverse of the vectorToDB function: splits a single element character vector into seperate elements
DBtoVector(dbData = NA, collapseChar = ";", vectorClass = "integer")
dbData |
single element character vector to be splitted into seperate elements |
collapseChar |
seperator to split dbData into seperate elements |
vectorClass |
class of the seperate elements, default = "integer". Other tested options are "numeric" and "character". |
a vector of type vectorClass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.