taxa_label | R Documentation |
Default is 'Common (Scientific). Possibly including n =
if records
is supplied. Formatted for either ggplot (default
what_for =plot
) or markdown.
taxa_label(common = NULL, taxa = NULL, records = NULL, what_for = "plot")
common |
Character. Common name for species |
taxa |
Character. Scientific name for species |
records |
Numeric. Optional number of records. |
what_for |
"plot" or something else. If plot will be formatted for plotting otherwise formatted for markdown. |
cat(taxa_label("Black-chinned Honeyeater", "Melithreptus gularis"))
cat(taxa_label(taxa = "Melithreptus gularis"))
cat(taxa_label("Black-chinned Honeyeater", records = 3))
cat(taxa_label("Black-chinned Honeyeater", "Melithreptus gularis", what_for = "md"))
cat(taxa_label("Black-chinned Honeyeater", "Melithreptus gularis", what_for = "md", records = 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.