nrp_upload_ems_standard: Upload standard EMS data to nrp database

nrp_upload_ems_standardR Documentation

Upload standard EMS data to nrp database

Description

Upload standard EMS data to nrp database

Usage

nrp_upload_ems_standard(
  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.