Description Usage Arguments Value See Also Examples
Get a single Crowdflower job
1 |
id |
A character string containing an ID for job. |
verbose |
A logical indicating whether to print additional information about the request. |
... |
Additional arguments passed to |
A list containing details of all jobs. The id
field provides the Crowdflower Job ID for each job.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
# create new job
f1 <- system.file("templates/instructions1.html", package = "crowdflower")
f2 <- system.file("templates/cml1.xml", package = "crowdflower")
j <- job_create(title = "Job Title",
instructions = readChar(f1, nchars = 1e8L),
cml = readChar(f2, nchars = 1e8L))
# confirm details are correct
job_get(j)
# delete job
job_delete(j)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.