create_codebook | R Documentation |
Create a codebook for the CCS Annotator
create_codebook(...)
... |
Questions for "questions" mode or Variables for "annotate" mode. Cannot combine "annotate" and "question", because these are very different annotation modes. |
A codebook object
variable <- annotation_variable("sentiment", "Assign sentiment to words",
codes = c(Negative = "red", Neutral = "grey", Positive = "green")
)
create_codebook(variable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.