asDataFrame function

return the D1Object data as a data.frame.

return the D1Object data as a data.frame.

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

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)
  • Maintainer: Matthew B. Jones
  • License: Apache License 2.0
  • Last published: 2022-06-10