Reads an object from a windows handle.
qread_handle(handle, use_alt_rep=FALSE, strict=FALSE)
The de-serialized object.
A windows handle external pointer.
Use ALTREP when reading in string data (default FALSE
). On R versions prior to 3.5.0, this parameter does nothing.
Whether to throw an error or just report a warning (default: FALSE
, i.e. report warning).
See qsave_handle()
for additional details and examples.