Learn R Programming

qs (version 0.27.3)

decode_source: Decode a compressed string

Description

A helper function for encoding and compressing a file or string to ASCII using base91_encode() and qserialize() with the highest compression level.

Usage

decode_source(string)

Value

The original (decoded) object.

Arguments

string

A string to decode.

See Also

encode_source() for more details.