eem_write_csv {staRdom}R Documentation

Export samples in an EEM list to a single csv files

Description

Export samples in an EEM list to a single csv files

Usage

eem_write_csv(eem_list, output, ...)

Arguments

eem_list

EEM data as eemlist

output

path to folder where csv files are exported to

...

additional arguments

Value

returns the exported EEMs as a list of data.frames

Examples

data(eem_list)

output <- tempdir()
output
a <- eem_write_csv(eem_list, output)

[Package staRdom version 1.1.28 Index]