Clear temporary dir

list_temp_files()

remove_temp_files(ask = TRUE)

Arguments

ask

Whether to promote.

Details

The temporary files might be used by the running/pending jobs. Deleting them would affect some jobs. You should better delete them after all jobs are done.

Examples

# \dontrun{
list_temp_files()
#> Error in list_temp_files(): Temporary files can only be detected on the same file system as submission nodes.
# }