This branch contains a collection of R tools for managing GBIF data in the Zhu Lab at the University of Michigan.
To install the latest version of the package from GitHub, follow the steps below.
- Open RStudio or your preferred R environment.
- Install devtools using the following command in R
install.packages("devtools")- Install zhulabgbif with
devtools::install_github("zhulabgroup/zhulabgbif", build_vignettes = TRUE)- Import zhulabgbif with
library(zhulabgbif)- To access the vignettes, use
vignette("vignettes", package = "zhulabgbif")