WARNING: always delete the table before running this on a user_id that's already in the database.
(it's not finished yet and doesn't take into account previous entries)
1 2 3 4 5  | psi_write_glucose(
  conn_args = config::get("dataconnection"),
  user_id = 1235,
  new_table = glucose_df_from_libreview_csv(user_id = 1235)
)
 | 
new_table | 
 valid formatted glucose dataframe  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.