occCite (version 0.4.5)

occCitation: Occurrence Citations

Description

Harvests citations for occurrence data

Usage

occCitation(x = NULL)

Arguments

x

An object of class occCiteData

Value

An object of class occCiteCitation. It is a named list of the same length as the number of species included in your occCiteData object. Each item in the list has citation information for occurrences.

Examples

Run this code
# NOT RUN {
data(myOccCiteObject)
myCitations <- occCitation(x = myOccCiteObject)
# }

Run the code above in your browser using DataCamp Workspace