Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


Dasst (version 0.3.4)

getAncillary: 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.

Value

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

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.

Examples

Run this code
# NOT RUN {
data(plantGrowth)
getAncillary(plantGrowth, c(1,3,5))
# }

Run the code above in your browser using DataLab