Skip to contents

set the value of a given article+label

Usage

review(
  pid,
  aid,
  lid,
  answer,
  change = T,
  resolve = F,
  raw.json = F,
  token = get_srtoken()
)

Arguments

pid

the project id to update

aid

the article id within the project id to update

lid

the label id to update

answer

the new value - this is an R object that can be parsed into json.

change

treat this label update as a change (use default if you don't know what this means)

resolve

treat this label update as resolve (use the default if you don't know what this means)

raw.json

treat this as raw.json?

token

a token with write acces

Value

true if successful