R/rt_sources_id.R
rt_sources_id.Rd
Retrieve a source of taxonomic information using its id
rt_sources_id(source_id, bibtex = FALSE)
integer(1) [required] an integer giving the id of the source in TAXREF
integer(1)
logical(1) [default = FALSE] should citation be returned as BibTeX?
logical(1)
FALSE
if (FALSE) { # \dontrun{ rt_sources_id(source_id = 160688, bibtex = FALSE) rt_sources_id(source_id = 160688, bibtex = TRUE) } # }