btcore_file: Path to example breath test data file

View source: R/btcore_file.R

btcore_fileR Documentation

Path to example breath test data file

Description

Path to example breath test data file

Usage

btcore_file(filename = NULL, full.names = FALSE)

Arguments

filename

example file in extdata directory without path. Case sensitive on Unix. When filename is missing, returns the names of the available sample files.

full.names

When filename is NULL, return full path names

Value

full filename to example file to use in read_xxx

Examples

  head(btcore_file())
  filename = btcore_file("IrisMulti.TXT")
  data = read_iris(filename)

breathtestcore documentation built on Feb. 16, 2023, 10:42 p.m.