map_informal_name_to_latin_name {shinyWGD} | R Documentation |
Map Informal Names to Latin Names
Description
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.
Usage
map_informal_name_to_latin_name(sp_gff_info_xls)
Arguments
sp_gff_info_xls |
The path to the Excel file containing species information. |
Value
A data frame with "latin_name" and "informal_name" columns.
[Package shinyWGD version 1.0.0 Index]