Learn R Programming

cgmquantify (version 0.1.0)

readfile: Read in Data Frame

Description

This function reads in a .csv with variable names Timestamp..YYYY.MM.DDThh.mm.ss and Glucose.Value..mg.dL

Usage

readfile(filename)

Arguments

filename

.csv file of data frame to be read

Value

transformed data frame for further analysis

Examples

Run this code
# NOT RUN {
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
readfile(mydatafile)
# }

Run the code above in your browser using DataLab