WriteZipFile {hivPlatform}R 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)


[Package hivPlatform version 2.0.5 Index]