Learn R Programming

lzstring (version 0.1.3)

decompressFromEncodedURIComponent: Decompress a string from Encoded URI Component

Description

This function takes a compressed string in Encoded URI Component format as input and returns the decompressed version of the string.

Usage

decompressFromEncodedURIComponent(string)

Value

A character string representing the decompressed input string.

Arguments

string

A character string in Encoded URI Component format to be decompressed.

Examples

Run this code
x <- compressToEncodedURIComponent("Hello, world!")
decompressFromEncodedURIComponent(x)

Run the code above in your browser using DataLab