list_tasks: list_tasks

Description Usage Arguments Details Author(s) See Also Examples

View source: R/tasks.R

Description

List tasks for a campaign (or worker in a campaign)

Usage

1
2
3
list_tasks(campaign, type = "basic", key = getOption("microworkers_key"))

list_worker_tasks(campaign, worker, type = "basic", key = getOption("microworkers_key"))

Arguments

campaign

A character string containing a campaign ID.

worker

A character string containing a worker ID.

type

A character string specifying the type of campaign. One of “basic” (the default) or “hiregroup”.

key

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

Details

List tasks associated with a campaign, or for a given worker within a campaign.

Author(s)

Thomas J. Leeper

See Also

get_task approve_task reject_task

Examples

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

list_worker_tasks()

## End(Not run)

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