WriteZipFile | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.