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 data.frame
.
## Not run:
# Folder in which the database is stored ----
path_to_db <- "data"
# Download and read the plankton nets data ----
plankton_nets_data <- read_plankton_nets_data(path_to_db)
# Select a taxonomy ----
plankton_nets_data <- select_taxonomy(plankton_nets_data, taxonomy = "OT")
# Retrieve taxon names ----
get_species_names(nets)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.