getAborted | R Documentation |
Try to retrieve files whose processing failed during batch. This is a very beta version
getAborted(aborted, default_batch_dir, config_file)
aborted |
path to file containing aborted information. |
default_batch_dir |
directory where batches are stored. |
config_file |
path to IDEAS(R) config file. |
a list of 4 elements:
-not_existing: a list of files paths that caused failure because they were not found during batch,
-not_handled: a list of failed files and the retrieved error message.
-failed_found: a list of failed files and their unique corresponding paths,
-failed_match: a list of failed files and their all paths that could match.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.