Description Usage Arguments Value
This function obtains all required data for the AUPUS module by running several individual functions, such as getRatioData, getShareData, etc. The datasets returned by these individual functions are then returned from this function in a list (if assignGlobal = FALSE) or are assigned to the global environment (if assignGlobal = TRUE).
1 | getAupusDataset(aupusParam, assignGlobal = FALSE)
|
aupusParam |
A list of running parameters to be used in pulling the data. Typically, this is generated from getAupusParameter (see that function for a description of the required elements). |
assignGlobal |
Whether the data should be assigned globally (TRUE) or returned as a list (FALSE). Defaults to FALSE. |
If assignGlobal = FALSE, then a list is returned with names "aupusData", "inputData", "ratioData", "shareData", "balanceElementData", "itemInfoData", "populationData", and "extractionRateData". Each of these elements is a data.table containing information for the AUPUS processing. If assignGlobal = TRUE, then these data.tables are assigned to the global environment and no data is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.