amcat.create.codingjob: Create a new codingjob

Description Usage Arguments

View source: R/coding.r

Description

Create a new codingjob

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
amcat.create.codingjob(
  conn,
  project,
  codingjobname,
  coder,
  articleschema = NULL,
  unitschema = NULL,
  articleset = NULL,
  articles = NULL
)

Arguments

conn

the connection object from amcat.connect

project

the project to add the articles to

coder

the ID of the coder to assign the job to

articleschema

the ID of the articleschema (may be ommitted)

unitschema

the ID of the unit (sentence) schema (may be ommitted)

articleset

the article set id of an existing set, or the name of a new set to create

articlesarticle

IDs to be added to this coding job. Ignored if articleset is an ID


amcat/amcat-r documentation built on Dec. 26, 2021, 3:12 a.m.