getAborted {IFC} | R Documentation |
Aborted Batch Files Retrieval
Description
Try to retrieve files whose processing failed during batch. This is a very beta version
Usage
getAborted(aborted, default_batch_dir, config_file)
Arguments
aborted |
path to file containing aborted information. |
default_batch_dir |
directory where batches are stored. |
config_file |
path to IDEAS(R) config file. |
Value
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.