Aggregation groups metadata information
agg_metadata.Rd
A string list containing values to be supplied to the metadata columns PFUWorkflow::sea_cols$e_product_colname
,
PFUWorkflow::sea_cols$agg_by_colname
, PFUWorkflow::sea_cols$sector_colname
, and PFUWorkflow::sea_cols$flow_colname
.
Format
A string list with 5 entries.
- total_value
The string "Total" indicating that data has been aggregated across all products and sectors/flows. Supplied to
PFUWorkflow::sea_cols$agg_by_colname
.- all_value
The string "All" indicating that data has been aggregated across one or more of: "Product", "Flow", or "Sector". Supplied to one or more of
PFUWorkflow::sea_cols$e_product_colname
,PFUWorkflow::sea_cols$sector_colname
, andPFUWorkflow::sea_cols$flow_colname
depending on the aggregation.- product_value
The string "Product" indicating that data has been aggregated by product. Supplied to
PFUWorkflow::sea_cols$agg_by_colname
.- sector_value
The string "Sector" indicating that data has been aggregated by sector. Supplied to
PFUWorkflow::sea_cols$agg_by_colname
.- flow_value
The string "Flow" indicating that data has been aggregated by flow. Supplied to
PFUWorkflow::sea_cols$agg_by_colname
.