nrp_upload_ems_standard.Rd
Upload standard EMS data to nrp database
nrp_upload_ems_standard(
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.