gmba_select | R Documentation |
Interactively filter and select mountain ranges from the GMBA Inventory v2.0. This function can be considered as the Selection Tool implemented in R. Note: This is a function from gmbaR v1, but its usefulness has not been confirmed. Therefore, therefore the function is no longer technically managed.
gmba_select()
First, you are given four options to filter the inventory. After filtering, you can select
all or individual ranges from the filter. A 'stop' as response to each question stops
the function from running.
The filter options are:
By mountain range name (English only, for searching mountain range names in other
languages please use gmba_search_names( )
)
By country, using ISO-3 codes
By IPBES region or subregion, using the "str" method from gmba_ids_from_spi( )
By IPCC AR6 region, using the "str" method from gmba_ids_from_spi( )
Then, the selection options are:
All of the filtered mountain ranges
By number(s), as displayed after the last filter
Finally, the output options are:
An sf
object containing the selected mountain ranges
A character vector with the GMBA Inventory v2.0 database names of the selected mountain ranges
A character vector with the GMBA Inventory v2.0 map names of the selected mountain ranges
A character vector with the GMBA Inventory v2.0 IDs of the selected mountain ranges
Depending on the output format selection, see details
## Not run:
gmba_select()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.