add_positions: add_positions

Description Usage Arguments Details Author(s) See Also Examples

View source: R/manage_campaign.R

Description

Add positions to a campaign

Usage

1
add_positions(campaign, positions, type = "basic", key = getOption("microworkers_key"))

Arguments

campaign

A character string containing a campaign ID.

positions

An integer value specifying the number of positions to add to the campaign.

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

Add positions to an existing campaign.

Author(s)

Thomas J. Leeper

See Also

basic_campaign hiregroup_campaign stop_campaign resume_campaign pause_campaign set_speed

Examples

1
2
3
4
5
## Not run: 
basic_campaign()
add_positions()

## End(Not run)

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