View source: R/get_species_names.R
get_species_names | R Documentation |
Gets species names from column names. This function is just an utility to easily retrieve taxon names.
get_species_names(data)
data |
a |
A character
vector of species names.
# Import example dataset ----
file_name <- system.file(file.path("extdata", "FORCIS_net_sample.csv"),
package = "forcis")
net_data <- read.csv(file_name)
# Select a taxonomy ----
net_data <- select_taxonomy(net_data, taxonomy = "VT")
# Retrieve taxon names ----
get_species_names(net_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.