run: Run process queue

Description Usage Arguments Value Examples

View source: R/run.R

Description

Run all the functions in the process queue named queue

Usage

1
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

1
2
3
4
5
6
7
8
## Not run: 
run(
  input = "./input",
  output = "./output",
  queue = "extractor"
)

## End(Not run)

femoerman/LEEF-BEMOVI documentation built on Dec. 20, 2021, 7:50 a.m.