nrp_upload_zooplankton: Upload zooplankton data to the nrp database

View source: R/zoo.R

nrp_upload_zooplanktonR Documentation

Upload zooplankton data to the nrp database

Description

Upload zooplankton data to the nrp database

Usage

nrp_upload_zooplankton(
  data,
  db_path = getOption("nrp.db_path", file.choose()),
  commit = TRUE,
  strict = TRUE,
  silent = TRUE,
  replace = FALSE
)

Arguments

data

the object name of the data to be uploaded

db_path

An SQLite Database Connection, or path to an SQLite Database

commit

A flag specifying whether to commit the operations (calling with commit = FALSE can be useful for checking data).

strict

A flag specifying whether to error if x has extraneous columns or if exists = TRUE extraneous data frames.

silent

A flag specifying whether to suppress messages and warnings.

replace

A flag specifying whether to replace any existing rows whose inclusion would violate unique or primary key constraints.


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