ungzip_files: Uncompress data files

Description Usage Arguments Details See Also

Description

ungzip_files uncompresses all data files in a directory using gzip

Usage

1
ungzip_files(dir.name = getwd(), pattern = NULL)

Arguments

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.

Details

This function takes the name of a directory and uncompresses each file that is gzipped.

See Also

gzip, regex for regular expressions


bgulbis/BGTools documentation built on May 12, 2019, 8:21 p.m.