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