| kew_citation | R Documentation |
Given the result of a query to a Kew data resource, get the appropriate citation.
kew_citation(x)
x |
Result of a call to |
A citation object with a print method for nice display.
r <- search_powo(list(characteristic="poison"))
kew_citation(r)
r <- lookup_powo("320035-2")
kew_citation(r)
r <- search_wcvp(list(genus="Poa"))
kew_citation(r)
r <- lookup_wcvp("320035-2")
kew_citation(r)
r <- search_ipni(list(publishing_author="L."))
kew_citation(r)
r <- lookup_ipni("12653-1")
kew_citation(r)
r <- search_tol("Poa")
kew_citation(r)
r <- lookup_tol(2717)
kew_citation(r)
tree <- load_tol()
kew_citation(tree)
match <- match_knms("Poa annua")
kew_citation(match)
match <- match_krs("Poa annua")
kew_citation(match)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.