db_replace_records: Replace All Records in 'table_name' that match 'user_id'

Description Usage Arguments Value

View source: R/utils_db.R

Description

Replace All Records in 'table_name' that match 'user_id'

Usage

1
db_replace_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/taster documentation built on Feb. 5, 2022, 9:27 p.m.