Learn R Programming

lzstring (version 0.1.3)

compressToEncodedURIComponent: Compress a string to Encoded URI Component

Description

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

Usage

compressToEncodedURIComponent(string)

Value

A character string representing the compressed input string in Encoded URI Component format.

Arguments

string

A character string to be compressed.

Examples

Run this code
compressToEncodedURIComponent("Hello, world!")

Run the code above in your browser using DataLab