launch: launch

Description Usage Arguments Examples

Description

Function to launch a queue.

Usage

1
2
3
4
launch(object)

## S4 method for signature 'queue'
launch(object)

Arguments

object

An object of class queue

Examples

1
2
3
4
5
6
## Not run: 
q <- createQueue()
q <- addBatch(q, "/path/batch.R")
launch(q)

## End(Not run)

qfazille/launcheR documentation built on May 28, 2019, 4:40 p.m.