Data frame column names
sea_cols.Rd
A string list containing names of column names and values for aggregation data frames.
Format
A string list with 10 entries.
- stage_colname
The name of the metadata column that tells about the stage of the energy conversion chain. "Stage".
- gross_net_colname
The name of the metadata column that indicates gross or net energy. "Gross.Net"
- e_product_colname
The name of the metadata column that indicates energy products. "E.product".
- e_sector_colname
The name of the metadata column that indicates energy sectors. "Sector".
- flow_colname
The name of the metadata column that indicates IEA flows. "Flow".
- agg_by_colname
The name of the metadata column that indicates how things are aggregated. "Aggregation.by".
- fd_sectors_colname
The name of the metadata column that indicates final demand sectors. "Fd.sectors".
- p_ind_comp_colname
The name of the metadata column that indicates primary industries. "p_industries_colname".
- p_ind_prefix_colname
The name of the metadata column that indicates primary industry indices. "p_industry_prefixes".
- ex_colname
The name of the metadata column that indicates energy or exergy. "EX".
Examples
sea_cols
#> $stage_colname
#> [1] "Stage"
#>
#> $gross_net_colname
#> [1] "Gross.Net"
#>
#> $e_product_colname
#> [1] "E.product"
#>
#> $e_sector_colname
#> [1] "Sector"
#>
#> $flow_colname
#> [1] "Flow"
#>
#> $agg_by_colname
#> [1] "Aggregation.by"
#>
#> $fd_sectors_colname
#> [1] "Fd.sectors"
#>
#> $p_ind_comp_colname
#> [1] "p_industries_complete"
#>
#> $p_ind_prefix_colname
#> [1] "p_industry_prefixes"
#>
#> $ex_colname
#> [1] "EX"
#>