taxize_cite {taxize} | R Documentation |
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
taxize_cite(fxn='eol_search')
taxize_cite(fxn='itis_hierarchy')
taxize_cite(fxn='tp_classification')
taxize_cite(fxn='gbif_ping')
taxize_cite(fxn='plantminer')
taxize_cite(fxn='get_natservid_')
taxize_cite(fxn='as.natservid')
taxize_cite(fxn='get_wormsid')
taxize_cite(fxn='as.wormsid')
# Functions that use many data sources
taxize_cite(fxn='synonyms')
taxize_cite(fxn='classification')
# Get the taxize citation
taxize_cite(fxn='taxize')
# Get license information
taxize_cite(fxn='taxize', "license")
[Package taxize version 0.9.100 Index]