View source: R/int_return_dbl_coded.R
int_return_dbl_coded | R Documentation |
int_return_dbl_coded
An internal function to return the subjects double-coded by the raters. It runs a number of checks along the way
int_return_dbl_coded(
in_object_name,
in_rater_column,
in_subject_column,
in_coding_column
)
in_object_name |
A dataframe or tibble containing raters' codings. Each row should contain the assigned coding from a given rater-subject. |
in_rater_column |
The name of the column containing the raters' names as a string. |
in_subject_column |
The name of the column containing the names of the subjects being coded as a string. |
in_coding_column |
The name of the column containing the codings assigned by the raters as a string. |
Benjamin Goehring <bengoehr@umich.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.