RdsDetails

RdsDetails

Details of the RDS file.

Classes

RdsDetails

Methods

formatVersion() → {number}

Source:
Returns:

Version of the RDS format. This should be 3.

Type
number

free()

Source:

Free the memory on the Wasm heap for this object. Doing so will invalidate all RdsObject instances derived from this object, directly via RdsDetails#load or indirectly (e.g., from further RdsVector.attribute or RdsGenericVector.load calls).

readerVersion() → {string}

Source:
Returns:

The minimum R version that can read the file.

Type
string

value() → {RdsObject}

Source:
Returns:

Interface into the underlying R object.

Type
RdsObject

writerVersion() → {string}

Source:
Returns:

The R version used to create the file.

Type
string