occCitation {occCite} | R Documentation |
Occurrence Citations
Description
Harvests citations for occurrence data
Usage
occCitation(x = NULL)
Arguments
x |
An object of class |
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
## Not run:
data(myOccCiteObject)
myCitations <- occCitation(x = myOccCiteObject)
## End(Not run)
[Package occCite version 0.5.7 Index]