Description Usage Arguments Value
For example read_glucose_for_user_at_time(ID=22,startTime = as_datetime("2020-02-16 00:50:00", tz=Sys.timezone()))
1 2 3 4 5 6 | glucose_df_for_users_at_time(
conn_args = config::get("dataconnection"),
user_id = 1234,
startTime = now() - hours(36),
timelength = 120
)
|
conn_args |
valid database connection |
user_id |
user ID |
startTime |
datetime object for start time |
timelength |
minutes of glucose values to return |
A valid glucose dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.