qdeserialize {qs}R Documentation

qdeserialize

Description

Reads an object from a fd

Usage

qdeserialize(x, use_alt_rep=FALSE, strict=FALSE)

Arguments

x

a raw vector

use_alt_rep

Use alt rep when reading in string data. Default: FALSE. (Note: on R versions earlier than 3.5.0, this parameter does nothing.)

strict

Whether to throw an error or just report a warning (Default: FALSE, report warning)

Details

See '?qeserialize' for additional details and examples.

Value

The de-serialized object


[Package qs version 0.23.5 Index]