cf_jobs_list: Retrieve list of all jobs

Description Usage Arguments Details Value References See Also Examples

Description

cf_jobs_list queries for all jobs under the account related to the API key for the authenticated user.

Usage

1

Arguments

page

A vector of integers specifying which page(s) of results to return. A page contains up to 10 jobs. The default (NULL) is to return all jobs.

...

Additional arguments passed to cf_query.

Details

Use job_get to return a single job object as a list.

Value

A data.frame containing details of all jobs. The id column provides the Crowdflower Job ID for each job.

References

Crowdflower API documentation

See Also

cf_account, job_get

Examples

1
2
3
4
5
6
7
8
## Not run: 
# return first page of jobs
cf_jobs_list(page = 1)

# return all jobs
cf_jobs_list()

## End(Not run)

cloudyr/crowdflower documentation built on May 13, 2019, 8:20 p.m.