View source: R/gmba_names_from_ids.R
gmba_names_from_ids | R Documentation |
Get GMBA Inventory v2.0 mountain range names from known mountain range IDs.
gmba_names_from_ids(rangeid_vector)
rangeid_vector |
Vector (character or numeric) of GMBA Inventory v2.0 mountain range IDs |
Vector of the GMBA Inventory v2.0 mountain range names associated with the input IDs
## Not run:
rangenames <- gmba_names_from_ids(c(11175, 10001))
rangenames <- gmba_names_from_ids(c("11175", "10001"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.