clear_temp_dir {bsub}R Documentation

Clear temporary dir

Description

Clear temporary dir

Usage

clear_temp_dir(ask = TRUE)

Arguments

ask

Whether promote.

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.

Value

No value is returned.

Examples

## Not run: 
clear_temp_dir()

## End(Not run)

[Package bsub version 1.1.0 Index]