block_worker: block_worker

Description Usage Arguments Details Author(s) See Also Examples

View source: R/manage_campaign.R

Description

Block a worker from working on a campaign

Usage

1
block_worker(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

Block a worker from working on a campaign.

Author(s)

Thomas J. Leeper

See Also

basic_campaign hiregroup_campaign approve_task reject_task

Examples

1
2
3
4
## Not run: 
block_worker()

## End(Not run)

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