WriteZipFile {hivPlatform} | R Documentation |
Saves sets of files to a zip file. The file contains multiple folders, one for each member of input list.
WriteZipFile(hivModelData, outputFilePath = NULL, ...)
hivModelData |
List of data.table objects. Required. |
outputFilePath |
Path to the output file. Required. Default = |
... |
Additional arguments passed to the internal writing function. |
File name of the saved zip file
## Not run: WriteZipFile(hivModelData) ## End(Not run)