zones: Zones

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/create_campaign.R

Description

Get available zones

Usage

1
zones(type = "basic", key = getOption("microworkers_key"))

Arguments

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

Get a list of available geographical zones (and countries for each zone) to use in creating a campaign with either basic_campaign or hiregroup_campaign.

Value

A data.frame containing the id, name, and countries for each available zone.

Author(s)

Thomas J. Leeper

See Also

basic_campaign hiregroup_campaign

Examples

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

## End(Not run)

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