Description Usage Arguments Value
Element 541 (Final Demand) is computed as a summation of elements 542, 543, 544, and 545. If some of those values are missing, they are ignored in the calculation. However, if all four of the values are missing, then the resulting calculation returns a 0M for element 541.
1 | calculateEle541(data, aupusParam)
|
data |
The AUPUS node dataset, typically as produced by buildNodes. |
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). |
This function returns an integer vector containing the row numbers of observations which were updated. However, it also has a side effect: rows within the passed data.table ("data") have element 541's value and symbol updated. Additionally, columns will be added to the passed data.table if they don't currently exist: Value_measuredElementFS_54X, where X = 2, 3, 4, 5.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.