licorData: Read in data from the li-6800

View source: R/licorData.R

licorDataR Documentation

Read in data from the li-6800

Description

This function accepts a licor data file location (xlsx or no-extension (tsv)), and returns a tibble of all the data without the chaff

Usage

licorData(
  location,
  purgeComments = T,
  makeConstCol = F,
  makeCommentsCol = T,
  xlsxIndex = 1
)

Arguments

location

the path to the data file

purgeComments

Removes comments from the file recommended to leave this TRUE - will still work with FALSE but there will be issues

makeConstCol

turns S and Oxygen constants into a column. Currently doesn't work with .xlsx files

makeCommentsCol

Turns comments into their own column

xlsxIndex

which sheet to read on an xlsx.


poales/readLicorData documentation built on July 27, 2022, 10:21 p.m.