getAncillary | R Documentation |
Dasst
getAncillary
gets ancillary data from an object of
class Dasst
connected to the
selected table orders.
x |
An object of class |
i |
An optional integer vector. Orders where to retrieve ancillary data. The default action is to retrieve all the available ancillary data. |
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.
An object of class Ancillary which contains the retrieved ancillary data for the selected table orders.
data(plantGrowth) getAncillary(plantGrowth, c(1,3,5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.