Description Usage Arguments Examples
View source: R/set_MABM_root.R
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).
1 | set_MABM_root(dir = NULL)
|
dir |
character string indicating the base directory containing MABM station related data (i.e., MABM route directories with call files, shapefiles, and annual reports). |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.