rds2cpp
C++ library for parsing RDS files
|
Options for parse_rds()
.
More...
#include <parse_rds.hpp>
Public Attributes | |
bool | parallel = false |
byteme::SomeFileReaderOptions | file_options |
Options for parse_rds()
.
byteme::SomeFileReaderOptions rds2cpp::ParseRdsOptions::file_options |
Options for reading data from file. Only used in the parse_rds()
overload that accepts a file path.
bool rds2cpp::ParseRdsOptions::parallel = false |
Whether to read and parse the contents of the RDS file in parallel.