Learn R Programming

staRdom (version 1.1.28)

eem_write_csv: 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, ...)

Value

returns the exported EEMs as a list of data.frames

Arguments

eem_list

EEM data as eemlist

output

path to folder where csv files are exported to

...

additional arguments

Examples

Run this code
data(eem_list)

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

Run the code above in your browser using DataLab