psi_write_glucose: Write a glucose dataframe to the database

Description Usage Arguments

View source: R/db_load.R

Description

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)

Usage

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)
)

Arguments

new_table

valid formatted glucose dataframe


personalscience/tasterdb documentation built on Dec. 22, 2021, 7:44 a.m.