Learn R Programming

staRdom (version 1.1.28)

eem_csv2: 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)

Value

list with EEM data

Arguments

file

path to file passed from eem_read

Examples

Run this code
# \donttest{
## 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
# }

Run the code above in your browser using DataLab