Description Usage Arguments Details See Also
ungzip_files uncompresses all data files in a directory using gzip
1 | ungzip_files(dir.name = getwd(), pattern = NULL)
|
dir.name |
A string with the name of the directory containing the data files. Defaults to the current working directory. |
pattern |
An optional regular expression. Only file names which match the regular expression will be compressed. |
This function takes the name of a directory and uncompresses each file that is gzipped.
gzip, regex for regular
expressions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.