| list.txtgz | R Documentation |
List .txt.gz files in a directory
list.txtgz(datadir = ".", basedir = getwd(), pattern = "txt.gz$", ...)
datadir |
character; the location of the .txt.gz files |
basedir |
character; the location of |
pattern |
character; the regexp (perl style) to use for the listing |
... |
additional parameters passed to |
Uses list.dirs with:
full.names = TRUE, recursive = TRUE
and list.files with:
full.names = TRUE, ignore.case = FALSE
Other utilities:
RMS(),
norms(),
pbo_message()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.