set_MABM_root: Interactively set the root directory of all MABM data

Description Usage Arguments Examples

View source: R/set_MABM_root.R

Description

This function allows you to specify the root directory containing all MABM routes and associated data, significantly easing the navigation burden when processing BCID output using 'MABM_route'. Set this once at the beginning of a session (see example).

Usage

1

Arguments

dir

character string indicating the base directory containing MABM station related data (i.e., MABM route directories with call files, shapefiles, and annual reports).

Examples

1
2
3
4
5
6
7
8
## Not run: 
#' # Browse to specify MABM root directory
set_MABM_root()

# Speficy MABM root directory directly
set_MABM_root("C:/MABM")

## End(Not run)

adamdsmith/MABM documentation built on Aug. 22, 2019, 8:27 a.m.