View source: R/gmba_search_names.R
gmba_search_names | R Documentation |
Search GMBA Inventory v2.0 mountain range names based on parts of names.
gmba_search_names(part_of_rangename, language = "EN", db = FALSE)
part_of_rangename |
Character string of part of a mountain range name |
language |
Character string of a language to select. The options are:
Note: Mountain names in a language other than English are not complete but only available for those where Wikidata has a translation available. |
db |
Logical, indicating if to output a named vector. If TRUE,
the translation (language other than English) will be the name of the
database name of each mountain range. If FALSE, the translation
(language other than English) will be given. The argument is only needed when
|
Character vector of the GMBA Inventory v2.0 mountain range names associated with the input name part
## Not run:
gmba_search_names("alp")
gmba_search_names("alp", "DE")
gmba_search_names("alp", "DE", TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.