compress | R Documentation |
Wrapper function for gzip, bzip
compress( fileToCompress, keep = TRUE, methodCompress = "gzip", overwrite = FALSE )
fileToCompress |
path to file to compress. |
keep |
keep (don't delete) input files, TRUE (default) or FALSE. |
methodCompress |
method to use for compression. |
overwrite |
overwrite existing output files, TRUE or FALSE (default). |
path to zipped file.
Kathryn Rozen-Gagnon
testFQ <- system.file("extdata/Fox3_Std_small.fq.gz",package="CLIPflexR") decom <- decompress(testFQ,overwrite=TRUE) com <- compress(decom,overwrite=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.