read_licor | R Documentation |
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.
read_licor(
file,
bluestem_version = get_bluestem_version(file, n_max = 10L),
...
)
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 |
Returns a tibble
from raw LI-COR LI6800 files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.