ungzip_files: Uncompress data files

Description Usage Arguments Details See Also

View source: R/zip_files.R

Description

ungzip_files uncompresses all data files in a directory using gzip

Usage

1
ungzip_files(dir.name = "data/raw", pattern = NULL)

Arguments

dir.name

A string with the name of the directory containing the data files. Defaults to the data/raw 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/dirr documentation built on Dec. 26, 2021, 6:40 a.m.