Description Usage Arguments Details Value
Some pollutant species appear as three versions ("CH4", "CH4_AGR", "CH4_AWB"). This data would originally appear under a query such as "GHG emissions by region". This function reformats list.queries into separate emissions queries for each GHG. "GHG emissions by region (CH4)" would be its own entry in list. queries, while still distinguishing between the three species under the GHG column of that query's dataframe.
1 | breakoutGHGs(list.queries)
|
list.queries |
list of queries, each query a single data.frame |
SO2 appears to have 4 variants: SO2_1, SO2_1_AWB, SO2_2, ..., SO2_4_AWB. These 8 species are all contained in the "GHG emissions by region (SO2)" query after this function is applied to list.queries.
list of dataframes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.