getAborted: Aborted Batch Files Retrieval

View source: R/getAborted.R

getAbortedR 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.
If missing, the default, a dialog box will be displayed to choose this file. Note, that if provided 'default_batch_dir' and 'config_file' will not be used.

default_batch_dir

directory where batches are stored.
It can be found in IDEAS(R) software, under Options -> Application Defaults -> Directories -> Default Batch Report Files Directory. If missing, the default, it will be deduced from IDEAS(R) config file, However, if it can't be deduced then current working directory will be used.
This argument takes precedence over 'config_file' and filling 'default_batch_dir' prevents the use of 'config_file' argument.

config_file

path to IDEAS(R) config file.
It may depends on IDEAS(R) software installation but one may use "C:/Users/%USER%/AppData/Roaming/Amnis Corporation/userconfig.xml".

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.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.