listFileTables: Create a summary table of files within a directory

Description Usage Arguments

View source: R/listFileTables.R

Description

Produce a table which containsthe names and locations of particular files within the directory.

Usage

1
2
listFileTables(directory = getwd(), filePattern = NULL,
  recursive = TRUE, ...)

Arguments

directory

the directory to be search. Defaults to the working directory

filePattern

provide a string to be searched for within the file directory (i.e. ".Rmd" or ".Py"). Defaults to NULL

recursive

should the function also list subdirectories? Defaults to TRUE

...

additional arguments provided to list.files


dr-harper/HarpR documentation built on Nov. 8, 2019, 8:56 p.m.