Run all the functions in the process queue named queue
run(input, output, queue)
input | directory containing the input data in folders with the name
of the methodology (e.g. |
---|---|
output | directory in which the results will be written in a folder with
the name of the methodology (e.g. |
queue | name of queue in |
returns the results of the queue as a vector of length of the queue.
If an element is TRUE
, the function was run successfully (i.e.
returned TRUE
)
if (FALSE) { run( input = "./input", output = "./output", queue = "extractor" ) }