The Extreme.Data namespace contains classes for importing and exporting R files.
| Class | Description |
---|
 | RAttributeCollection |
Represents a collection of attributes of R objects.
|
 | RdataFile |
Contains methods for
reading from R's .rdata and .rds files.
|
 | RdataStream |
Represents a file in R's .rdata format.
|
 | RdsFile |
Contains methods for
reading from, writing to, or opening R's .rds files.
|
 | RdsStream |
Represents a file in R's .rds format.
|
 | RObject |
Represents on object that was read from or can be written to
an R data file.
|
| Enumeration | Description |
---|
 | RdataFormat |
Enumerates the possible formats of an .rdata file.
|
 | RFileFormat |
Enumerates the possible formats of an R file.
|
 | RType |
Enumerates the types of R objects that may be stored in a file.
|