read_li6800: Reads data from LI-6800 file and organizes it into class...

View source: R/read.R

read_li6800R Documentation

Reads data from LI-6800 file and organizes it into class licor.

Description

Reads data from LI-6800 file and organizes it into class licor.

Usage

read_li6800(file, decimal = ".")

Arguments

file

A path to a file exported from the LI-6800.

decimal

Whether to set the decimal as a "." or a ",".

Value

Returns a data.frame from raw LI-6800 file.

Examples

## Not run: 
read_li6800_raw(system.file("extdata", "2020-06-23_ECT_hib",
                            package = "licorer", mustWork = TRUE))
read_li6800_raw("/path/filename")

## End(Not run)


muir-lab/licorer documentation built on Oct. 11, 2022, 10:03 p.m.