Learn R Programming

taxize (version 0.5.2)

taxize_cite: Get citations and licenses for data sources used in taxize

Description

Get citations and licenses for data sources used in taxize

Usage

taxize_cite(fxn = "itis", what = "citation")

Arguments

fxn
Function to search on. A special case is the package name 'taxize' that will give the citations for the package.
what
One of citation (default), license, or both.

Examples

Run this code
taxize_cite(fxn='tnrs')
taxize_cite(fxn='eol')

# Get the taxize citation
taxize_cite(fxn='taxize')

# Get license information
taxize_cite(fxn='taxize', "license")
taxize_cite(fxn='tnrs', "license")

Run the code above in your browser using DataLab