Learn R Programming

bsub (version 2.0.6)

list_temp_files: Clear temporary dir

Description

Clear temporary dir

Usage

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

Run this code
if (FALSE) {
list_temp_files()
}

Run the code above in your browser using DataLab