Dasst-getAncillary: Get ancillary data from an object of class 'Dasst'

getAncillaryR Documentation

Get ancillary data from an object of class Dasst

Description

getAncillary gets ancillary data from an object of class Dasst connected to the selected table orders.

Arguments

x

An object of class Dasst.

i

An optional integer vector. Orders where to retrieve ancillary data. The default action is to retrieve all the available ancillary data.

Details

This method gets ancillary data from an object of class Dasst connected to the selected table orders. Values are arranged in tables, and the order is the number assigned successively to each of them after the data have been stored within the Dasst object. getAncillary provides ancillary data such as the file name which was originally read, and the section and the header which introduced the values within the file.

Value

An object of class Ancillary which contains the retrieved ancillary data for the selected table orders.

Examples

data(plantGrowth)
getAncillary(plantGrowth, c(1,3,5))

hlozza/Dasst documentation built on April 22, 2022, 6:41 p.m.