read_dexcom_export: Read Dexcom Export Data

Description Usage Arguments Value

View source: R/read_dexcom_export.R

Description

Reads a raw Dexcom export

Usage

1
read_dexcom_export(path, complete = FALSE, make_numeric = TRUE, ...)

Arguments

path

Path of .txt file

complete

Should all the times be completed for the data?

make_numeric

Should glucose be coerced to numeric? Values such as "Low" would be missing in the glucose data

...

additional arguments passed to complete_time_df

Value

If the sheet is not empty, it will return a data.frame of values. Otherwise, it will return NULL


muschellij2/gluc documentation built on March 2, 2020, 8 p.m.