bsub (version 1.0.0)

check_dump_files: Check whether there are dump files

Description

Check whether there are dump files

Usage

check_dump_files(print = TRUE)

Arguments

print

Whether to print messages.

Value

A vector of file names.

Details

For the failed jobs, LSF cluster might generate a core dump file and R might generate a .RDataTmp file.

Note if you manually set working directory in your R code/script, the R dump file can be not caught.

Examples

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

Run the code above in your browser using DataLab