new_licor: Constructor for class licor.

View source: R/read.R

new_licorR Documentation

Constructor for class licor.

Description

Constructor for class licor.

Usage

new_licor(file, dec = ".", replace = NULL)

Arguments

file

The name of the file to read from

dec

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

replace

A named vector to replace the units for a 6400 file

Value

Object of class licor

Examples

new_licor(system.file("extdata", "2019-05-06-0740_trillium_ovatum",
                      package = "licorer", mustWork = TRUE))
## Not run: 
new_licor("/path/filename")

## End(Not run)


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