nrp_upload_zooplankton.Rd
Upload zooplankton data to the nrp database
nrp_upload_zooplankton(
data,
db_path = getOption("nrp.db_path", file.choose()),
commit = TRUE,
strict = TRUE,
silent = TRUE,
replace = FALSE
)
the object name of the data to be uploaded
An SQLite Database Connection, or path to an SQLite Database
A flag specifying whether to commit the operations (calling with commit = FALSE can be useful for checking data).
A flag specifying whether to error if x has extraneous columns or if exists = TRUE extraneous data frames.
A flag specifying whether to suppress messages and warnings.
A flag specifying whether to replace any existing rows whose inclusion would violate unique or primary key constraints.