Description Usage Arguments Value
Function to merge shares and extraction rate and build the relation graph.
1 | buildEdges(dataList, aupusParam)
|
dataList |
A list of AUPUS datasets to be analyzed, typically as produced by the function getAupusDataset. For more details on this argument, please see ?getAupusDataset. |
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). |
A data.table object with the same keys as dataList$inputData (typically geographicAreaFS, measuredItemParentFS, measuredItmChildFS, and timePointYearsSP). Additional columns are Value_share (shares as specified in dataList$shareData), Value_extraction (extraction rates as specified in dataList$extractionRateData), and Value_input, flagFaostat_input (as specified in dataList$inputData).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.