occCite (version 0.4.5)

print.occCiteCitation: Print occCite citation object

Description

Prints formatted citations for occurrences and main packages used (i.e. base, occCite, rgbif, and/or BIEN).

Usage

# S3 method for occCiteCitation
print(x, ...)

Arguments

x

An object of class occCiteCitation

...

Additional arguments affecting how the formatted citation document is produced

Value

A text string with formatted citations

Examples

Run this code
# NOT RUN {
# Print citations for all species together
data(myOccCiteObject)
print(myOccCiteObject)

# Print citations for each species individually
data(myOccCiteObject)
print(myOccCiteObject, bySpecies = TRUE)

# }

Run the code above in your browser using DataLab