View source: R/delete-files-ext.R
delete_files_ext | R Documentation |
Delete all files with a specific extension recursively. By default, .rds files
delete_files_ext(path = NULL, ext = "rds")
path |
The directory to start in. |
ext |
The extension of files to include for deletion |
## Not run:
delete_files_ext(file.path(drs$models_dir, "01-bridge-models"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.