clean_ohvbd_cache: Delete files from ohvbd cache directories
Description
Delete files from ohvbd cache directories
Usage
clean_ohvbd_cache(subdir = NULL, path = NULL, dryrun = FALSE, force = FALSE)
Value
No return value, called for side effects
Arguments
- subdir
a subdirectory or list of subdirectories to clean.
- path
location within which to remove rda files. (Defaults to the standard ohvbd cache location).
- dryrun
if TRUE list files that would be deleted, but do not remove.
- force
do not ask for confirmation before cleaning.
Examples
Run this codeif (FALSE) { # interactive()
clean_ad_cache()
}
Run the code above in your browser using DataLab