Skip to contents

A string list containing named names of columns and tabs for exemplar tables. Items in the list provide default values for column name function arguments throughout the PFUPipeline package.

Usage

exemplar_names

Format

A string list with 16 entries.

exemplar_tab_name

The string name of the tab in the Excel file containing the exemplar table.

prev_names

The name of a column of previous names used for the country.

exemplars

The name of a column of exemplar countries.

exemplar_country

The name of an exemplar country column.

exemplar_countries

The name of an exemplar countries column.

exemplar_tables

The name of a column containing exemplar tables.

iea_data

The name of a column containing IEA extended energy balance data.

alloc_data

The name of a column containing final-to-useful allocation data.

incomplete_alloc_table

The name of a column containing incomplete final-to-useful allocation tables.

complete_alloc_table

The name of a column containing completed final-to-useful allocation tables.

incomplete_eta_table

The name of a column containing incomplete final-to-useful efficiency tables.

complete_eta_table

The name of a column containing completed final-to-useful efficiency tables.

region_code

The name of the region code column.

country_name

The name of the column containing the long name of a country.

agg_code_col

The metadata column "Agg.Code", representing the country, or country group code for individual country level data to be aggregated in to.

world

The name of the world region.

Examples

exemplar_names
#> $exemplar_tab_name
#> [1] "exemplar_table"
#> 
#> $prev_names
#> [1] "Prev.names"
#> 
#> $exemplars
#> [1] "Exemplars"
#> 
#> $exemplar_country
#> [1] "Exemplar.country"
#> 
#> $exemplar_countries
#> [1] "Exemplar.countries"
#> 
#> $exemplar_tables
#> [1] "Exemplar.tables"
#> 
#> $iea_data
#> [1] "IEA.data"
#> 
#> $alloc_data
#> [1] "Alloc.data"
#> 
#> $incomplete_alloc_table
#> [1] "Incomplete.alloc.table"
#> 
#> $complete_alloc_table
#> [1] "Complete.alloc.table"
#> 
#> $incomplete_eta_table
#> [1] "Incomplete.eta.table"
#> 
#> $complete_eta_table
#> [1] "Complete.eta.table"
#> 
#> $region_code
#> [1] "Region.code"
#> 
#> $country_name
#> [1] "Country.name"
#> 
#> $agg_code_col
#> [1] "Agg.Code"
#> 
#> $world
#> [1] "WRLD"
#>