powered by
This function reads in a .csv with variable names Timestamp..YYYY.MM.DDThh.mm.ss and Glucose.Value..mg.dL
readfile(filename)
.csv file of data frame to be read
transformed data frame for further analysis
# NOT RUN { mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify") readfile(mydatafile) # }
Run the code above in your browser using DataLab