decode_source {qs} | R Documentation |
A helper function for encoding and compressing a file or string to ASCII using base91_encode()
and qserialize()
with the highest compression level.
decode_source(string)
string |
A string to decode. |
The original (decoded) object.
encode_source()
for more details.