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 qs_serialize() 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.


qs2 documentation built on April 4, 2025, 3:28 a.m.