Description Usage Arguments Value
View source: R/read_data_utils.R
Reads from the current default database the glucose values for user_id ID.
1 2 3 4 5 6 | glucose_df_from_db(
conn_args = config::get("dataconnection"),
user_id = 1234,
from_date = as_datetime("2000-01-01", tz = Sys.timezone()),
db_filter = NULL
)
|
conn_args |
valid database connection |
user_id |
ID for a specific user in the database. |
from_date |
a string representing the date from which you want to read the glucose values |
db_filter |
A function for filtering the database. Use instead of |
a dataframe (tibble) with the full Libreview results since fromDate for user_id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.