read_abbott: Read Abbott Output Data

Description Usage Arguments Value

View source: R/read_abbott.R

Description

Reads an excel file with Abbot Raw data

Usage

1
2
read_abbott(path, raw_sheet = TRUE, complete = FALSE, make_numeric = TRUE,
  ...)

Arguments

path

Path of .xlsx file. Must have a sheet named "AbbottRaw" in it

raw_sheet

Should the raw or processed sheet be read in?

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.