make.zip.files | R Documentation |
zip selected directories and move to 'report' directory.
make.zip.files( directories = c("datasets", "spectra", "QC", "stats"), do.raw = TRUE, raw.file.extensions = c(".cdf", ".mzML", ".mzXML", ".cmbx", ".PRO", ".raw") )
raw.file.extensions |
- character vector. which file extensions represent raw files. Default: c(".cdf", ".mzML", ".mzXML", ".PRO", ".cmbx", ".raw"). |
directories: |
character vector. Which directories should be zipped. Only files in these directories will be chosen. |
do.raw: |
logical - should a zip file of raw data files be generated? |
convenience function for zipping raw data and processed data (two separate zip files)
Nothing at all
Corey Broeckling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.