Description Usage Arguments Value
View source: R/compressTarXz.R
Use the tar
command installation of the operating system
to compress a file or folder to a tar.xz archive of minimal size.
1 | compress.tar.xz(sourcePath, targetPath = NULL, logging = TRUE)
|
sourcePath |
the path to the file or folder to compress |
targetPath |
the path to the archive to create |
logging |
the logger to use |
the path to the newly created archive, or NULL
on failure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.