get_files: get_files

get_filesR Documentation

get_files

Description

Given a path and pattern, return named char[] vector of file names. Ignores files that begin with '_'

Usage

get_files(path = ".", pattern = NULL, recursive = FALSE)

Arguments

path

char1 Directory to query.

recursive

Logical Default is F.

pattern

char1 Regex pattern to match files

Value

named char[] of file names.

See Also

  • get_TAGS


jimrothstein/TAGS documentation built on May 27, 2023, 7:02 a.m.