qdeserialize {qs} | R Documentation |
qdeserialize
Description
Reads an object from a raw vector.
Usage
qdeserialize(x, use_alt_rep=FALSE, strict=FALSE)
Arguments
x |
A raw vector. |
use_alt_rep |
Use ALTREP when reading in string data (default |
strict |
Whether to throw an error or just report a warning (default: |
Details
See qserialize()
for additional details and examples.
Value
The de-serialized object.
[Package qs version 0.26.3 Index]