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
)A dataframe or tibble containing raters' codings. Each row should contain the assigned coding from a given rater-subject.
The name of the column containing the raters' names as a string.
The name of the column containing the names of the subjects being coded as a string.
The name of the column containing the codings assigned by the raters as a string.
Benjamin Goehring <bengoehr@umich.edu>