list.txtgz: List .txt.gz files in a directory

View source: R/utilities.R

list.txtgzR Documentation

List .txt.gz files in a directory

Description

List .txt.gz files in a directory

Usage

list.txtgz(datadir = ".", basedir = getwd(), pattern = "txt.gz$", ...)

Arguments

datadir

character; the location of the .txt.gz files

basedir

character; the location of datadir

pattern

character; the regexp (perl style) to use for the listing

...

additional parameters passed to list.files

Details

Uses list.dirs with: full.names = TRUE, recursive = TRUE and list.files with: full.names = TRUE, ignore.case = FALSE

See Also

Other utilities: RMS(), norms(), pbo_message()


abarbour/pborepo documentation built on April 27, 2022, 8:47 a.m.