Skip to contents

Create a list with participant numbers that are both in the batch data set and the mturk data set

Usage

discard_list(df1, df2)

Arguments

df1

the batch data set provided by amazon

df2

the mturk data set that we created locally

Value

a character vector

Examples

discard_list(batch_data, mturk_data)
#> Error in nrow(df1): object 'batch_data' not found