dispatch_parser {lightr}R Documentation

Internal function to dispatch files to the correct parser

Description

Internal function to dispatch files to the correct parser

Usage

dispatch_parser(filename, decimal = ".", sep = NULL, specnum = 1L)

Arguments

filename

Path of the file to parse

specnum

Integer representing the position of the spectrum to read in the file. This option only makes sense for AvaSoft8 files and is ignored in the other cases.

Value

A named list of two elements:


[Package lightr version 1.8.0 Index]