View source: R/job_management.r
upload_job | R Documentation |
Upload a CCS Annotator codingjob to a server
upload_job(
title,
units,
codebook = NULL,
annotations = NULL,
rules = rules_fixedset(),
jobsets = NULL,
debrief = NULL,
pre = NULL,
post = NULL
)
title |
A character string, for the title of the codingjob |
units |
A codingjobUnits object, as created with
|
codebook |
A codebook object, as created with
|
annotations |
Optionally, create the job with imported annotations.
Should be a data.frame like returned by |
rules |
A rules object, as created with one of the rules_* functions
(e.g., |
jobsets |
A list of jobsets, as created with |
debrief |
At debriefing when a job is finished, such as a message and
link. Create with |
pre |
A special unit or list of special units to show before the codingjob. |
post |
Like pre, but for after the codingjob. |
The id of the new codingjob on the server
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.