eem_csv2: Importer function for generic csv files to be used with...

View source: R/eem_importers.R

eem_csv2R Documentation

Importer function for generic csv files to be used with eem_read().

Description

This function can be used to import generic csv files containing EEM data using eem_read. Excitation wavelengths are assumed row-wise and emission wavelengths column-wise If your data is arranged the other way round, please use eem_csv

Usage

eem_csv2(file)

Arguments

file

path to file passed from eem_read

Value

list with EEM data

Examples


## no example data provided with the package
## below is an example how this could like like
# eems <- "C:/some/path/to/eem.csv"
# eem_list <- eem_read(eems, recursive = TRUE, import_function = eem_csv2)

# eem_list


staRdom documentation built on July 9, 2023, 5:57 p.m.