run: Run process queue

View source: R/run.R

runR Documentation

Run process queue

Description

Run all the functions in the process queue named queue

Usage

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

## Not run: 
run(
  input = "./input",
  output = "./output",
  queue = "extractor"
)

## End(Not run)

LEEF-UZH/LEEF documentation built on Feb. 10, 2025, 5:20 a.m.