qread_fd: qread_fd

View source: R/RcppExports.R

qread_fdR Documentation

qread_fd

Description

Reads an object from a file descriptor.

Usage

qread_fd(fd, use_alt_rep=FALSE, strict=FALSE)

Arguments

fd

A file descriptor.

use_alt_rep

Use ALTREP when reading in string data (default FALSE). On R versions prior to 3.5.0, this parameter does nothing.

strict

Whether to throw an error or just report a warning (default: FALSE, i.e. report warning).

Details

See qsave_fd() for additional details and examples.

Value

The de-serialized object.


qs documentation built on March 7, 2023, 7:55 p.m.