#> Last Update: 2021-06-14 15:39:48
Suite of tools for data manipulation and calculations for Maryland DNR MBSS program.
To install the current version of this package use the code below to
install from GitHub. The use of “force = TRUE” ensures the package is
installed even if already present. If the package remotes
is missing
the code below will install it. Vigenettes are not insalled by default.
The use of “build_vignettes = TRUE” will install the vignettes.
if(!require(remotes)){install.packages("remotes")} #install if needed
install_github("leppott/MBSStools", force=TRUE, build_vignettes = TRUE)
To aid MBSS staff with calculations and data manipulations.
Stable. Minor updates planned in FY2021.
By MBSS staff or those using MBSS data.
Included Vignette and install guide.