createQueue: createQueue

Description Usage Arguments Examples

Description

Create an empty queue.

Usage

1
2
3
createQueue(name = basename(tempfile(pattern = "queue", tmpdir = "")),
  desc = NULL, group = NULL, owner = Sys.info()["user"], folder = NULL,
  logdir = NULL, clean = TRUE, tmpdir = NULL)

Arguments

name

Character Alias name of the queue. (Default basename(tempfile(pattern = "file", tmpdir = "")))

desc

Character Description

group

Character Name of the group the queue belongs to. (Default NULL)

owner

Character username of launcher. (Default Sys.info()["user"])

folder

Character Path to a folder that will contains the working directory folder. (Default tempdir())

logdir

Character Path to the folder that will contains logs file. (By default in folder)

clean

Logical Whether or not the working directory folder should be removed. (Default TRUE)

tmpdir

Character If use through RSConnect you can redefine a tmpdir not in /tmp/*. (Default NULL)

Examples

1
2
3
4
## Not run: 
q <- createQueue()

## End(Not run)

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