Description Usage Arguments Author(s)
Save profiles and annotations as csv.
1 2  | exportData(data.list = NULL, out.dir = Sys.getenv("HOME"), quote = FALSE, 
    row.names = FALSE, col.names = TRUE, sep = ",", ...)
 | 
data.list | 
 List of profiles and annotations to save to disk as csv.  | 
out.dir | 
 Directory where to save them.  | 
quote | 
 passed to write.table  | 
row.names | 
 passed to write.table  | 
col.names | 
 passed to write.table  | 
sep | 
 passed to write.table  | 
... | 
 additional arguments for write.table  | 
Toby Dylan Hocking
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.