Description Usage Arguments Value
Some data used in AUPUS will be specified by the users prior to the AUPUS routine (for example, official data provided by some countries). This function provides a way for this input data to be specified and utilized in AUPUS.
1 | getInputFromProcessData(aupusParam, database = c("new", "old"), conn)
|
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). |
database |
Whether to use the new or the old statistical working system. |
conn |
The RJDBS connection to the old working system. Only required if database = "old". |
This function returns a data.table object containing the input from processing data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.