Retrieve a source of taxonomic information using its id

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

if (FALSE) {
rt_sources_id(source_id = 160688, bibtex = FALSE)
rt_sources_id(source_id = 160688, bibtex = TRUE)
}