rt_sources_id: Retrieve a source of taxonomic information using its id

View source: R/rt_sources_id.R

rt_sources_idR Documentation

Retrieve a source of taxonomic information using its id

Description

Retrieve a source of taxonomic information using its id

Usage

rt_sources_id(source_id, bibtex = FALSE)

Arguments

source_id

integer(1) [required]
an integer giving the id of the source in TAXREF

bibtex

logical(1) [default = FALSE]
should citation be returned as BibTeX?

Examples

## Not run: 
rt_sources_id(source_id = 160688, bibtex = FALSE)
rt_sources_id(source_id = 160688, bibtex = TRUE)

## End(Not run)


Rekyt/rtaxref documentation built on June 18, 2022, 1:02 p.m.