Description Usage Arguments Details Author(s) See Also Examples
List tasks for a campaign (or worker in a campaign)
1 2 3 | list_tasks(campaign, type = "basic", key = getOption("microworkers_key"))
list_worker_tasks(campaign, worker, type = "basic", key = getOption("microworkers_key"))
|
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. |
List tasks associated with a campaign, or for a given worker within a campaign.
Thomas J. Leeper
get_task
approve_task
reject_task
1 2 3 4 5 6 | ## Not run:
list_tasks()
list_worker_tasks()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.