Description Usage Arguments Value Examples
Run all the functions in the process queue named queue
1 | 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
)
1 2 3 4 5 6 7 8 | ## Not run:
run(
input = "./input",
output = "./output",
queue = "extractor"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.