sp_list_df | R Documentation |
Convert a vector of species names to a data frame
sp_list_df(sp_list, taxon)
sp_list |
A string vector or a data frame with at least one column named "species". |
taxon |
The taxon group of this species list. If not specified, only species and genus will be returned. |
A data frame with columns: species, genus, and family (if taxon
is specified).
sp_list_df(sp_list = c("Serrasalmus_geryi", "Careproctus_reinhardti", "Gobiomorphus_coxii"),
taxon = "fish")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.