aou_ls_workspace | R Documentation |
Lists all data files in the workspace or files matching a certain pattern.
aou_ls_workspace(pattern = "", silent = FALSE, ...)
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 |
... |
Other arguments passed to |
A vector of file names
my_workspace_files <- aou_ls_workspace(silent = TRUE)
aou_ls_workspace("*.csv")
aou_ls_workspace(path = "data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.