get_rater: Getting the list of raters assigned in this project

get_raterR Documentation

Getting the list of raters assigned in this project

Description

Takes the log data from a single participation and returns a table with the names of all raters and their assigned rater number.

Usage

get_rater(json_data, hash_ids = FALSE)

Arguments

json_data

Nested list including the log data for a single participation

hash_ids

If TRUE the internal hash IDs for the questionnaire elements are included

Value

A dataframe including all rater, their id number, names, emails, and organizations

Examples

## Not run: 
json_file = "participation_logdata.json"
json_data <- rjson::fromJSON(json_file)
rater <- get_rater(json_data)

## End(Not run)


LucaOffice/lucar documentation built on Dec. 5, 2023, 5:14 a.m.