print.occCiteCitation | R Documentation |
Prints formatted citations for occurrences and main packages used (i.e. base, occCite, rgbif, and/or BIEN).
## S3 method for class 'occCiteCitation'
print(x, ...)
x |
An object of class |
... |
Additional arguments affecting how the formatted citation document is produced |
A text string with formatted citations
# Print citations for all species together
data(myOccCiteObject)
print(myOccCiteObject)
# Print citations for each species individually
data(myOccCiteObject)
print(myOccCiteObject, bySpecies = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.