Harvests citations for occurrence data

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

if (FALSE) {
data(myOccCiteObject)
myCitations <- occCitation(x = myOccCiteObject)
}