View source: R/lzstringr-package.R
decompressFromBase64 | R Documentation |
This function takes a compressed string in Base64 format as input and returns the decompressed version of the string.
decompressFromBase64(string)
string |
A character string in Base64 format to be decompressed. |
A character string representing the decompressed input string.
x <- compressToBase64("Hello, world!")
decompressFromBase64(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.