glucose_df_from_libreview_csv | R Documentation |
Read a valid libreview CSV file and return a dataframe and new user id
Since Libreview files don't already include a user ID, append one to the dataframe that is returned.
Importantly, datetimes are assumed to be Sys.timezone()
.
glucose_df_from_libreview_csv(
file = system.file("extdata", package = "cgmr", "Firstname2Lastname2_glucose.csv"),
user_id = 1234
)
file |
path to a valid Libreview CSV file |
user_id |
new user ID to be appended to the dataframe |
a canonical glucose value dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.