Convert a vector of species names to a data frame
sp_list_df.Rd
Convert a vector of species names to a data frame
Examples
sp_list_df(sp_list = c("Serrasalmus_geryi", "Careproctus_reinhardti", "Gobiomorphus_coxii"),
taxon = "fish")
#> # A tibble: 3 × 3
#> species genus family
#> <chr> <chr> <chr>
#> 1 Serrasalmus_geryi Serrasalmus Serrasalmidae
#> 2 Careproctus_reinhardti Careproctus Liparidae
#> 3 Gobiomorphus_coxii Gobiomorphus Eleotridae