gmba_ids_from_selectiontool: Get mountain range IDs from the Selection Tool

View source: R/gmba_ids_from_selectiontool.R

gmba_ids_from_selectiontoolR Documentation

Get mountain range IDs from the Selection Tool

Description

Get your pre-selected GMBA Inventory v2.0 mountain range IDs from the Selection Tool Excel file.

Usage

gmba_ids_from_selectiontool(local, overlap = FALSE)

Arguments

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

Value

Vector of the GMBA Inventory v2.0 mountain range names associated with the input IDs

Examples

## Not run: 
selection <- gmba_ids_from_selectiontool("Selection_Tool.xlsx")
selection_overlapping <- gmba_ids_from_selectiontool("Selection_Tool.xlsx",
                                                     overlap = TRUE)

## End(Not run)

GMBA-biodiversity/gmbaR documentation built on Feb. 13, 2025, 8:44 a.m.