deploy_add_table: Deployment : Add a New Table

Description Usage Arguments

View source: R/db_create.R

Description

To be used only interactively at deployment time, this function will add a new table to the currently connected database (as determined by db_connection()). Please be super careful to name the proposed_table to be something that already exists as a data() object in this package.

Usage

1
deploy_add_table(proposed_table = "accounts_user")

Arguments

proposed_table

character string indicated one of the data() objects available to this package.


personalscience/cgmrdb documentation built on Jan. 27, 2022, 9:11 a.m.