WriteZipFile: WriteZipFile

View source: R/WriteZipFile.R

WriteZipFileR Documentation

WriteZipFile

Description

Saves sets of files to a zip file. The file contains multiple folders, one for each member of input list.

Usage

WriteZipFile(hivModelData, outputFilePath = NULL, ...)

Arguments

hivModelData

List of data.table objects. Required.

outputFilePath

Path to the output file. Required. Default = NULL.

...

Additional arguments passed to the internal writing function.

Value

File name of the saved zip file

Examples

## Not run: 
WriteZipFile(hivModelData)

## End(Not run)


nextpagesoft/hivEstimatesAccuracy documentation built on Sept. 17, 2024, 5 a.m.