eem_write_csv | R Documentation |
Export samples in an EEM list to a single csv files
eem_write_csv(eem_list, output, ...)
eem_list |
EEM data as eemlist |
output |
path to folder where csv files are exported to |
... |
additional arguments |
returns the exported EEMs as a list of data.frames
data(eem_list)
output <- tempdir()
output
a <- eem_write_csv(eem_list, output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.