qread_handle {qs} | R Documentation |
qread_handle
Description
Reads an object from a windows handle.
Usage
qread_handle(handle, use_alt_rep=FALSE, strict=FALSE)
Arguments
handle |
A windows handle external pointer. |
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 qsave_handle()
for additional details and examples.
Value
The de-serialized object.
[Package qs version 0.26.3 Index]