submit_proof: submit_proof

Description Usage Arguments Details Author(s) Examples

View source: R/submit_proof.R

Description

Submit proof for a task

Usage

1
2
submit_proof(campaign, worker, ip, proof, type = "basic", 
             key = getOption("microworkers_key"))

Arguments

campaign

A character string containing a campaign ID.

worker

A character string containing the worker ID for the submitting worker.

ip

A character string containing the IP address for the submitting worker.

proof

A character string containing the “proof” for a campaign task.

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

Submit the “proof” (i.e., completion code) for a task associated with a campaign.

Author(s)

Thomas J. Leeper

Examples

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

## End(Not run)

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