asDataFrame {dataone} | R Documentation |
return the D1Object data as a data.frame.
Description
This method uses the provided metadata reference object for instructions on how to parse the data table (which parameters to set) 'reference' is the metadata D1Object that gives instruction on how to read the data into the dataFrame
Usage
asDataFrame(x, reference, ...)
## S4 method for signature 'D1Object,D1Object'
asDataFrame(x, reference, ...)
## S4 method for signature 'D1Object,AbstractTableDescriber'
asDataFrame(x, reference, ...)
Arguments
x |
A D1Object |
reference |
A reference to a D1Object |
... |
(Additional parameters) |
[Package dataone version 2.2.2 Index]