get_rater | R Documentation |
Takes the log data from a single participation and returns a table with the names of all raters and their assigned rater number.
get_rater(json_data, hash_ids = FALSE)
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 |
A dataframe including all rater, their id number, names, emails, and organizations
## Not run:
json_file = "participation_logdata.json"
json_data <- rjson::fromJSON(json_file)
rater <- get_rater(json_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.