
Last chance! 50% off unlimited learning
Sale ends in
'>Dasst
getAncillary
gets ancillary data from an object of
class '>Dasst
connected to the
selected table orders.
An optional integer vector. Orders where to retrieve ancillary data. The default action is to retrieve all the available ancillary data.
An object of class Ancillary which contains the retrieved ancillary data for the selected table orders.
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.
# NOT RUN {
data(plantGrowth)
getAncillary(plantGrowth, c(1,3,5))
# }
Run the code above in your browser using DataLab