Filter paths
path_filter(path, glob = NULL, regexp = NULL, invert = FALSE, ...)
A character vector of one or more paths.
A wildcard aka globbing pattern (e.g. *.csv
) passed on to grep()
to filter paths.
A regular expression (e.g. [.]csv$
) passed on to grep()
to filter paths.
If TRUE
return files which do not match
Additional arguments passed to grep.