Description Usage Arguments Value Examples
View source: R/failed_attention_check.R
Create a vector with all the participants that failed the attention check
1 | failed_attention_check(df, question)
|
df |
data frame with the attention check question |
question |
the attention check question as a string |
a vector of all the participants that failed the attention check
1 2 | attention_question <- "This is an attention check"
failed_attention_check <- (petition_data, attention_question)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.