read_gluc_all: Read All Glucose Sheets from file

Description Usage Arguments Value

View source: R/read_gluc_all.R

Description

A global function to read the different types of glucose data from an xlsx

Usage

1
2
read_gluc_all(path, type = c("Abbott", "Dexcom", "AbbottRaw", "DexcomRaw"),
  verbose = TRUE, ...)

Arguments

path

paths of xlsx files

type

type of file to read, defaults to all

verbose

print diagnostic messages

...

additional argument to send to the read function related to type

Value

A list of tbl data.frame for each type.


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