Reads an object that was saved to disk in the qs2 format.
Usage
qs_read(file,
validate_checksum = qopt("validate_checksum"),
nthreads = qopt("nthreads"))
Arguments
- file
The file name/path.
- validate_checksum
Whether to validate the stored checksum in the file (the initial value is FALSE).
- nthreads
The number of threads to use when reading data (the initial value is 1L). When TBB is not available, values greater than 1 emit a warning and fall back to 1.
Value
The object stored in file.