Learn R Programming

qs (version 0.25.1.1)

qread_ptr: qread_ptr

Description

Reads an object from a external pointer

Usage

qread_ptr(pointer, length, use_alt_rep=FALSE, strict=FALSE)

Arguments

pointer

An external pointer to memory

length

the length of the object in memory

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