The occCite
workflow follows a three-step process. First, the user
inputs one or more taxonomic names (or a phylogeny). occCite
then
rectifies these names by checking them against one or more taxonomic
databases, which can be specified by the user (see the Global Names
List). The results of the
taxonomic rectification are then kept in an occCiteData
object in
local memory. Next, occCite
takes the occCiteData
object and
user-defined search parameters to query BIEN (through rbien
) and/or
GBIF(through rGBIF
) for records. The results are appended to the
occCiteData
object, along with metadata on the search. Finally, the
user can pass the occCiteData
object to occCitation
, which compiles
citations for the primary providers, database aggregators, and R
packages used to build the dataset.
Please cite occCite. Run the following to get the appropriate citation for the version you’re using:
citation(package = "occCite")
##
## Owens H, Merow C, Maitner B, Kass J, Barve V, Guralnick R (2021).
## _occCite: Querying and Managing Large Biodiversity Occurrence
## Datasets_. doi: 10.5281/zenodo.4726676 (URL:
## https://doi.org/10.5281/zenodo.4726676), R package version 0.4.9.9000,
## <URL: https://CRAN.R-project.org/package=occCite>.
##
## A BibTeX entry for LaTeX users is
##
## @Manual{,
## title = {occCite: Querying and Managing Large Biodiversity Occurrence Datasets},
## author = {Hannah Owens and Cory Merow and Brian Maitner and Jamie Kass and Vijay Barve and Robert Guralnick},
## year = {2021},
## note = {R package version 0.4.9.9000},
## url = {https://CRAN.R-project.org/package=occCite},
## doi = {10.5281/zenodo.4726676},
## }
install.packages("occCite")
Or, install development version
devtools::install_github("hannahlowens/occCite")
library("occCite")
- occCite introduction vignette (https://hannahlowens.github.io/occCite/articles/Simple.html)
- occCite advanced feature vignette (https://hannahlowens.github.io/occCite/articles/Advanced.html)
- Function reference https://hannahlowens.github.io/occCite/reference/index.html
- YouTube tutorial (https://www.youtube.com/watch?v=7qSCULN_VjY&t=17s)
- Software note in Ecography (https://doi.org/10.1111/ecog.05618)
- Please report any issues or bugs.
- License: GPL-3
- Get citation information for
occCite
in R usingcitation(package = 'occCite')