btcore_file {breathtestcore}R 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)

[Package breathtestcore version 0.8.7 Index]