db_write_table: Write a table to the database

Description Usage Arguments Value

View source: R/utils_db.R

Description

Write a table to the database

Usage

1
db_write_table(con = db_connection(), table_name = "raw_glucose", table_df)

Arguments

con

valid database connection

table_name

char string for table name

table_df

valid dataframe to write to the database

Value

character string with a message that can be displayed to the user


personalscience/taster documentation built on Feb. 5, 2022, 9:27 p.m.