nrp_add_phyto_species: Add new phytoplankton species to the 'PhytoplanktonSpecies'...

View source: R/phyto.R

nrp_add_phyto_speciesR Documentation

Add new phytoplankton species to the 'PhytoplanktonSpecies' table in the database

Description

Add new phytoplankton species to the 'PhytoplanktonSpecies' table in the database

Usage

nrp_add_phyto_species(data, db_path = getOption("nrp.db_path", file.choose()))

Arguments

data

a tibble or data frame of new species data. Must have columns "Taxa", "Genus", "ClassName", "ClassAlias". "ClassAlias" can be NA.

db_path

The SQLite connection object or path to the SQLite database


poissonconsulting/nrp documentation built on Jan. 28, 2024, 4:14 p.m.