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
logical(1)
[default = FALSE
]
should citation be returned as BibTeX?
if (FALSE) {
rt_sources_id(source_id = 160688, bibtex = FALSE)
rt_sources_id(source_id = 160688, bibtex = TRUE)
}