|
rds2cpp
Read and write RDS/RDA files in C++
|
| ▼Nrds2cpp | Parse an RDS file in C++ |
| CAtomicVector | Vector of some atomic type |
| CAttribute | Attribute name and value |
| CBuiltInFunction | Built-in function |
| CEnvironment | An R environment |
| CEnvironmentIndex | Reference to an environment |
| CEnvironmentVariable | Variable in an Environment |
| CExpressionVector | Expression vector |
| CExternalPointer | An R external pointer |
| CExternalPointerIndex | Reference to an external pointer |
| CGenericVector | Generic vector, i.e., an ordinary R list |
| CLanguageArgument | Function argument in a LanguageObject |
| CLanguageObject | Language object, i.e., a function call |
| CNull | R's NULL value |
| CPairList | Pairlist, i.e., a linked list |
| CPairListElement | Element of a PairList |
| CParseRdaOptions | Options for parse_rda() |
| CParseRdsOptions | Options for parse_rds() |
| CRdaFile | Contents of the parsed RDA file |
| CRdaObject | R object saved in a RdaFile |
| CRdsFile | Contents of the parsed RDS file |
| CRObject | Virtual class for all unserialized R objects |
| CS4Object | S4 object |
| CString | Single string in a StringVector |
| CStringVector | String vector |
| CSymbol | An R symbol |
| CSymbolIndex | Reference to a language symbol |
| CVersion | Major-minor-patch version number, usually of R itself |
| CWriteRdaOptions | Options for write_rda() |
| CWriteRdsOptions | Options for write_rds() |