get_task: get_task

Description Usage Arguments Details Author(s) See Also Examples

View source: R/tasks.R

Description

Get a task by its task ID

Usage

1
get_task(task, key = getOption("microworkers_key"))

Arguments

task

A character string specifying a task ID.

key

A character string containing a Microworkers.com API secret key.

Details

Get information about a task by its task ID.

Author(s)

Thomas J. Leeper

See Also

list_tasks get_proof_file approve_task reject_task

Examples

1
2
3
4
5
6
## Not run: 
list_tasks()
get_task()
approve_task()

## End(Not run)

cloudyr/microworkers documentation built on May 13, 2019, 8:21 p.m.