data("example_data_1_subject")
# Process example data
processed <- process_data(example_data_1_subject, id = "id", timestamp = "time", glu = "gl")
processed
data("example_data_5_subject")
# Process example data
processed_5subj <- process_data(example_data_5_subject, id = "id", timestamp = "time", glu = "gl")
processed_5subj
Run the code above in your browser using DataLab