readBreathspec: Load breathspec data into a dataframe. Accepts either a...

Description Usage Arguments Value Examples

Description

Load breathspec data into a dataframe. Accepts either a vector of file location, or a single file in which case every .csv is loaded.

Usage

1

Arguments

path

Either a single folder, or a character vector of .csv files

Value

A dataframe containing breathspec data

Examples

1
2
3
4
5
## Not run: 
df1 <- readBreathspec(c("breathspec1.csv", "breathspec2.csv"))
df2 <- readBreathspec("path/to/folder")

## End(Not run)

JimSkinner/breathspectools documentation built on May 21, 2019, 1:59 p.m.