Run all the functions in the process queue named queue

run(input, output, queue)

Arguments

input

directory containing the input data in folders with the name of the methodology (e.g. bemovi)

output

directory in which the results will be written in a folder with the name of the methodology (e.g. bemovi)

queue

name of queue in getOption("LEEF")

Value

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)

Examples

if (FALSE) { run( input = "./input", output = "./output", queue = "extractor" ) }