create_job: Create a CCS Annotator codingjob

View source: R/create_job.r

create_jobR Documentation

Create a CCS Annotator codingjob

Description

Create a CCS Annotator codingjob

Usage

create_job(title, units = NULL, codebook = NULL, pre = NULL, post = NULL)

Arguments

title

A character string, for the title of the codingjob

units

A codingjobUnits object, as created with create_units

codebook

A codebook object, as created with create_codebook. Can only be missing for jobs that will be uploaded to the AmCAT annotator backend, and for which jobsets with specific codebooks are specified.

pre

A codingjobUnit or codingjobUnits list, created with create_unit or create_units

post

Like pre, but shown after the codingjob.

Value

A codingjob object


ccs-amsterdam/ccsAnnotator documentation built on March 19, 2024, 2:14 a.m.