powered by
Check whether there are dump files
check_dump_files(print = TRUE)
A vector of file names.
Whether to print messages.
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.
if (FALSE) { check_dump_files() }
Run the code above in your browser using DataLab