View source: R/gmba_ids_from_countries.R
gmba_ids_from_countries | R Documentation |
Get GMBA Inventory v2.0 mountain range IDs that are within one or more ISO-3 country codes
gmba_ids_from_countries(iso, range_selection = "all", manual = NULL)
iso |
Character vector of one or more ISO-3 country code(s). If codes are not known, check Wikipedia or use the R package countrycode to convert country names |
range_selection |
Character string, the options are:
|
manual |
Character string containing the IDs of manually selected mountain ranges.
Only needed when |
Character vector of the GMBA Inventory v2.0 mountain range IDs that are located within the input country codes
## Not run:
rangeid <- gmba_ids_from_country("che")
rangeids <- gmba_ids_from_country(c("che", "deu"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.