Skip to contents

A string list containing named names of columns in country concordance tables.

Usage

country_concordance_cols

Format

A string list with 2 entries.

pfu_code

The name of a column containing 3- or 4-letter Primary-Final-Useful country codes. Normally, these codes should match the ISO 3-letter codes for each country.

iea_name

The name of a column containing 3- or 4-letter Primary-Final-Useful country names. These names should be the same as the IEA's country names.

Examples

country_concordance_cols
#> $pfu_code
#> [1] "PFU.code"
#> 
#> $iea_name
#> [1] "IEA.name"
#>