decompress | R Documentation |
Wrapper function for gunzip, bunzip
decompress( fileToDecompress, outDir = file_path_sans_ext(fileToDecompress), keep = TRUE, overwrite = FALSE )
fileToDecompress |
path to file to decompress. |
outDir |
output directory. |
keep |
keep (don't delete) input files, TRUE (default) or FALSE. |
overwrite |
overwrite existing output files, TRUE or FALSE (default). |
path to unzipped file.
Kathryn Rozen-Gagnon
testFQ <- system.file("extdata/Fox3_Std_small.fq.gz",package="CLIPflexR") decompress(testFQ,overwrite=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.