map_informal_name_to_latin_name: Map Informal Names to Latin Names

View source: R/utils.R

map_informal_name_to_latin_nameR 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.


shinyWGD documentation built on April 4, 2025, 2:28 a.m.