extractFiles | R Documentation |
extractFiles()
reads the directory and extract all files from any .gz.tar files that are present.
It also assumes that all the files in a single .gz.tar file were in the same directory. It looks at the
first file in the .gz.tar, determines how many subdirectories are present, and then strips all those subdirectories.
The extracted files will be placed in a new extracted directory. If you want to put them
somewhere else, then change the variable extractDir
extractFiles(itype, exname, tarnames, extime)
itype |
|
exname |
|
tarnames |
|
extime |
|
The routine returns a list of the extracted files.
extractFiles(itype,exname,tarnames,extime)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.