Classes
Methods
formatVersion() → {number}
Returns:
Version of the RDS format. This should be 3.
- Type
- number
free()
- Description:
Free the memory on the Wasm heap for this object. Doing so will invalidate all RdsObject instances derived from this object, directly via
RdsDetails#loador indirectly (e.g., from furtherRdsVector.attributeorRdsGenericVector.loadcalls).
- Source:
readerVersion() → {string}
Returns:
The minimum R version that can read the file.
- Type
- string
value() → {RdsObject}
Returns:
Interface into the underlying R object.
- Type
- RdsObject
writerVersion() → {string}
Returns:
The R version used to create the file.
- Type
- string