get_results: get_results

Description Usage Arguments Details Author(s) See Also Examples

View source: R/campaigns.R

Description

Get results for a campaign

Usage

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

Arguments

campaign

A character string containing a campaign 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

Get results for a campaign.

Author(s)

Thomas J. Leeper

See Also

basic_campaign hiregroup_campaign stop_campaign list_campaigns get_campaign

Examples

1
2
3
4
5
6
7
## Not run: 
basic_campaign()
list_campaigns()
get_campaign()
get_results()

## End(Not run)

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