blobToVector | R Documentation |
does the reverse of the vectorToBlob function: splits a character/raw vector into seperate elements (after decompressing)
blobToVector(
blobData = NA,
collapseChar = ";",
vectorClass = "integer",
type = "gzip"
)
blobData |
a character/raw 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". |
type |
character string, the type of compression. See ?memCompress for details |
a vector of type vectorClass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.