dir2: dir2

View source: R/tools_file.R

dir2R Documentation

dir2

Description

dir2

Usage

dir2(path = ".", pattern = NULL, full.names = TRUE, ...)

Arguments

path

a character vector of full path names; the default corresponds to the working directory, getwd(). Tilde expansion (see path.expand) is performed. Missing values will be ignored. Elements with a marked encoding will be converted to the native encoding (and if that fails, considered non-existent).

pattern

an optional regular expression. Only file names which match the regular expression will be returned.

full.names

a logical value. If TRUE, the directory path is prepended to the file names to give a relative file path. If FALSE, the file names (rather than paths) are returned.

...

other parameters to base::dir()

See Also

base::dir()


kongdd/Ipaper documentation built on March 27, 2024, 5:34 a.m.