read_licor: Read a LI-COR file

View source: R/read_licor.R

read_licorR Documentation

Read a LI-COR file

Description

[Experimental]

Reads a raw LI-COR LI6800 file, including remarks. This function was developed using output from Bluestem v.2.0.04 to v.2.1.08. We cannot guarantee backward compatibility with earlier versions of Bluestem. We will try to update code when new versions are released, but there maybe a time-lag, so inspect results carefully.

Usage

read_licor(
  file,
  bluestem_version = get_bluestem_version(file, n_max = 10L),
  ...
)

Arguments

file

Path to a raw LI6800 file

bluestem_version

Character string of Bluestem software version number. By default, the function will try to pull the version number from file.

...

Argument passed to read_lines

Value

Returns a tibble from raw LI-COR LI6800 files.


photosynthesis documentation built on Aug. 15, 2023, 9:08 a.m.