separate_species | R Documentation |
Separate species field into genus (dropped), specific epithet ("species.name") and subspecies name, if applicable.
separate_species(df)
df |
Data frame with species field. Will most likely be output from extract_genus() %>% left_join(aou %>% dplyr::distinct(genus, subfamily, family, order)) |
Data frame
# Will generally be piped together to create bird_list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.