Learn R Programming

qs (version 0.25.1.1)

qread_fd: 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 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)

Value

The de-serialized object

Details

See `?qsave_fd` for additional details and examples.