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