make.zip.files: zip selected directories and move to 'report' directory.

View source: R/make-zip.R

make.zip.filesR Documentation

zip selected directories and move to 'report' directory.

Description

zip selected directories and move to 'report' directory.

Usage

make.zip.files(
  directories = c("datasets", "spectra", "QC", "stats"),
  do.raw = TRUE,
  raw.file.extensions = c(".cdf", ".mzML", ".mzXML", ".cmbx", ".PRO", ".raw")
)

Arguments

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?

Details

convenience function for zipping raw data and processed data (two separate zip files)

Value

Nothing at all

Author(s)

Corey Broeckling


cbroeckl/csu.pmf.tools documentation built on Jan. 26, 2024, 6:27 p.m.