zipFile | R Documentation |
Archives one or several files to a .zip extension. Optionally, a separate name can be given to the archive.
zipFile(inputs, zipped = NULL)
zipWorkingDir(zipName)
inputs |
one or several input files to archive. |
zipped |
optional character to name the archive. |
zipName |
a character naming the working directory to be archived. |
Returns the file name of the zipped archive.
zipWorkingDir
: Archives the whole working directory.
Rehrauer, Hubert
Schmid, Peter
write("a file","exampleFile")
zipFile("exampleFile")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.