review | R Documentation |
set the value of a given article+label
review(
pid,
aid,
lid,
answer,
change = T,
resolve = F,
raw.json = F,
token = get_srtoken()
)
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 |
true if successful
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.