print.occCiteCitation {occCite}R Documentation

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 class '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


# Print citations for all species together
data(myOccCiteObject)
print(myOccCiteObject)

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

[Package occCite version 0.5.7 Index]