taskApply: Execute a task

Description Usage Arguments Value Examples

View source: R/taskApply.R

Description

Tasks can be executed using:

Usage

1
2
3
4
5
taskApply(task, ..., kwargs = NULL, url = getFlowerURL())

taskAsyncApply(task, ..., kwargs = NULL, options = NULL, url = getFlowerURL())

taskSend(task, ..., kwargs = NULL, url = getFlowerURL())

Arguments

task

Character: task to run

...

List of arguments

kwargs

Dictionary of arguments

options

Dictionary of apply_async keyword arguments

Value

Task information:

Examples

1
2
3
taskApply("tasks.add", 3, 8)
taskAsyncApply("tasks.add", 5, 7)
taskSend("tasks.add", 1, 2)

nuno-agostinho/floweRy documentation built on Dec. 22, 2021, 3:19 a.m.