bsub (version 1.0.0)

clear_temp_dir: Clear temporary dir

Description

Clear temporary dir

Usage

clear_temp_dir(ask = TRUE)

Arguments

ask

Whether promote.

Value

No value is returned.

Details

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

Examples

Run this code
# NOT RUN {
clear_temp_dir()
# }

Run the code above in your browser using DataCamp Workspace