WARNING: this may not work correctly. debug before using psi_write_notes(user_id = 1234, new_table = notes_df_from_glucose_table(user_id = 1234))
1 2 3 4 5 6 | psi_write_notes(
conn_args = config::get("dataconnection"),
user_id = 1235,
new_table = notes_df_from_csv(user_id = 1235),
dry_run = TRUE
)
|
user_id |
user ID |
new_table |
valid formatted notes dataframe |
dry_run |
(default = TRUE). Run without actually writing to the database |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.