check_dump_files {bsub}R Documentation

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.

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.

Value

A vector of file names.

Examples

## Not run: 
check_dump_files()

## End(Not run)

[Package bsub version 1.1.0 Index]