Skip to contents

A string list containing aggregation metadata.

Usage

agg_metadata

Format

A string list with 6 entries.

total_value

The string indicating aggregation totals. "Total".

all_value

The string indicating all of something is aggregated. "All".

product_value

The string indicating that products are aggregated. "Product".

sector_value

The string indicating that sectors are aggregated. "Sector".

flow_value

The string indicating that flows are aggregated. "Flow".

none

The string indicating that no aggregations are present. "None".

Examples

agg_metadata
#> $total_value
#> [1] "Total"
#> 
#> $all_value
#> [1] "All"
#> 
#> $product_value
#> [1] "Product"
#> 
#> $sector_value
#> [1] "Sector"
#> 
#> $flow_value
#> [1] "Flow"
#> 
#> $none
#> [1] "None"
#>