ybt_db_append: YBT Append Detection Observations

Description Usage Arguments Details Value Author(s)

View source: R/db_append.R

Description

Appends new data to an existing database.

Usage

1
ybt_db_append(new_df, db_table, db_path, driver = SQLite())

Arguments

new_df

data.frame containing the new observations to append to the database

db_table

character, the name of the database table to append into

db_path

character, the file path to the database

driver

the SQLite driver to use

Details

Appends new data to an existing database.

Value

NULL. This function is called for its side effects.

Author(s)

Matt Espe


fishsciences/ybt documentation built on March 11, 2021, 8:45 a.m.