data.tableAttributeOrientation function

The Attribute (Header) Orientation

The Attribute (Header) Orientation

Which way to the attribute headers run? Most data has a header row where the attribute names go across "columns", in row in which case, the return value for this method should be "columns."

data.tableAttributeOrientation(x, index, ...) ## S4 method for signature 'EMLParser,numeric' data.tableAttributeOrientation(x, index)

Arguments

  • x: - the TableDescriber
  • index: - the index of the table within the document
  • ...: Additional parameters

Returns

legal values are "columns" | "rows"

Note

this is the opposite question from how records are organized!!

Author(s)

rnahf

  • Maintainer: Matthew B. Jones
  • License: Apache License 2.0
  • Last published: 2022-06-10