Description Usage Arguments Value
Write a notes table to the database
1 2 3 4 5 6 | db_write_notes_table(
con = db_connection(),
table_name = "raw_notes",
table_df,
user_id
)
|
con |
valid database connection |
table_name |
char string for table name |
table_df |
valid dataframe to write to the database |
user_id |
User ID |
character string with a message that can be displayed to the user
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.