powered by
Export samples in an EEM list to a single csv files
eem_write_csv(eem_list, output, ...)
returns the exported EEMs as a list of data.frames
EEM data as eemlist
path to folder where csv files are exported to
additional arguments
data(eem_list) output <- tempdir() output a <- eem_write_csv(eem_list, output)
Run the code above in your browser using DataLab