db_update_records: Update All Records in 'table_name' that match 'user_id'

Description Usage Arguments Value

View source: R/db_utils.R

Description

Update All Records in table_name that match user_id

Usage

1
db_update_records(con, user_id, table_name, table_df)

Arguments

con

valid database connection

user_id

user ID

table_name

character string name of a database table

table_df

dataframe of records to substitute

Value

integer number of rows affected


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