Skip to contents

Mapping of country ID, country name, and country ISO codes. This table can be used to identify countries based on their IDs in weighted climate files generated by the `gaia::weighted_climate` function. For mode details, see the [User Guide](https://jgcri.github.io/gaia/articles/vignette.html#weighted_climate).

Usage

country_id

Format

R data frame

Source

country ID and name mapping

Examples

if (FALSE) { # \dontrun{
 library(gaia);
 country_id <- gaia::country_id
} # }