map_informal_name_to_latin_name | R Documentation |
This function reads information from an Excel file (XLS) containing columns "latin_name," "informal_name," and "gff." It extracts the "latin_name" and "informal_name" columns, performs some data manipulation, and returns a data frame with these two columns.
map_informal_name_to_latin_name(sp_gff_info_xls)
sp_gff_info_xls |
The path to the Excel file containing species information. |
A data frame with "latin_name" and "informal_name" columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.