read_gluc: Read Glucose XLS Data file

Description Usage Arguments Value

View source: R/read_gluc.R

Description

A global function to read the different types of glucose data

Usage

1
2
read_gluc(path, type = c("Abbott", "Dexcom", "AbbottRaw", "DexcomRaw"),
  min_rows = 5, ...)

Arguments

path

path of xlsx file

type

type of file to read

min_rows

Minimum number of rows

...

additional argument to send to the read function related to type

Value

A tbl data.frame type.


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