watchme_output_differences: Outputs images for which codes are different among coders

Description Usage Arguments Value Examples

Description

Outputs images for which codes are different among coders

Usage

1
watchme_output_differences(results_list, names_list = NULL)

Arguments

results_list

a list of tibble created by watchme_prepare_data.

names_list

(optional) a vector of names for the coders. It must be the same length as results_list and contains different names.

Value

A tbl_df with image name, image time, and one column for each coder.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
data('coding1')
data('coding2')
# With two coders
results_list <- list(coding1, coding2)
names_list <- c('Cain', 'Abel')
watchme_output_differences(results_list = results_list,
 names_list = names_list)

## End(Not run)

masalmon/watchme documentation built on May 21, 2019, 12:41 p.m.