licor: Helper for class licor. Creates licor class objects.

View source: R/read.R

licorR Documentation

Helper for class licor. Creates licor class objects.

Description

Helper for class licor. Creates licor class objects.

Usage

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

Arguments

file

The name of the licor raw file to read.

dec

Whether the decimal is "." or ","

replace

A named vector to replace the units for a 6400 file

Value

Returns an object of class licor, checked for correctness. Supports 6800 files currently. Correct licor objects have units on their variables and an attribute containg the data from the header of the file.

Examples


## Not run: 
licor("/path/filename")

## End(Not run)

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