list_dump_files | R Documentation |
Check whether there are dump files
list_dump_files(print = TRUE)
print |
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.
A vector of file names.
## Not run:
list_dump_files()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.