Description Usage Arguments Value Examples
View source: R/create_reject_col.R
Update the Reject column based on the approve column
1 | create_reject_col(df, keep, fail)
|
df |
the batch data frame provided from the create_approve_col() function |
keep |
The keep character that gets returned from the discard_list function |
fail |
character vector of participants that failed the attention check |
a data frame with the reject column that has been updated" it will inform that they either failed the attention check or that the mturk code does not match. If both are not the case then participants will be comnpensated and the reponse coloum willl have an epmty string
1 | create_reject_col(batch_data, keep, fail)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.