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