Lists all data files in the workspace or files matching a certain pattern.
Arguments
- pattern
Regular expression, such as "*.csv" or a single file name e.g., "mydata.csv". Default will find all files apart from notebooks (.ipynb, .Rmd, .qmd files).
- silent
Whether to omit the names of files found. Defaults to
FALSE
.- ...
Other arguments passed to
list.files()