Description Usage Arguments Examples
View source: R/prepare_question_base.R
Filters a set of questions for further use in a pub quiz slide presentation. The function expects that the supplied data frame contains variables with the following names: description, audio, question_image
1 2 3 4 5 6 7 | prepare_question_base(
db,
n = 10,
include_text = TRUE,
include_audio = TRUE,
include_image = FALSE
)
|
db |
database object |
n |
number of questions to keep |
include_text |
Can the set contain questions with text? |
include_audio |
Can the set contain questions with audio? |
include_image |
Can the set contain questions with images? |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.