View source: R/gmba_ids_from_selectiontool.R
gmba_ids_from_selectiontool | R Documentation |
Get your pre-selected GMBA Inventory v2.0 mountain range IDs from the Selection Tool Excel file.
gmba_ids_from_selectiontool(local, overlap = FALSE)
local |
Character string containing the path to the Selection Tool on the local drive |
overlap |
Logical, set if to output those selected mountain ranges from the Selection Tool that overlap with other (only those!) or not. Default is set to FALSE |
Vector of the GMBA Inventory v2.0 mountain range names associated with the input IDs
## Not run:
selection <- gmba_ids_from_selectiontool("Selection_Tool.xlsx")
selection_overlapping <- gmba_ids_from_selectiontool("Selection_Tool.xlsx",
overlap = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.