db_write_notes_table: Write a notes table to the database

Description Usage Arguments Value

View source: R/utils_db.R

Description

Write a notes table to the database

Usage

1
2
3
4
5
6
db_write_notes_table(
  con = db_connection(),
  table_name = "raw_notes",
  table_df,
  user_id
)

Arguments

con

valid database connection

table_name

char string for table name

table_df

valid dataframe to write to the database

user_id

User ID

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.