decode_source: Decode a compressed string

View source: R/ascii_encoding.R

decode_sourceR Documentation

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)

Arguments

string

A string to decode.

Value

The original (decoded) object.

See Also

encode_source() for more details.


qs documentation built on May 29, 2024, 8:30 a.m.