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