Harvests citations for occurrence data
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) { # \dontrun{
data(myOccCiteObject)
myCitations <- occCitation(x = myOccCiteObject)
} # }