Description Usage Arguments Details
validate that flash cards have the required columns
1 | valid_flash_cards(.data, question = question, answer = answer, clean = TRUE)
|
.data |
a date frame with columns 'question' and 'answer' |
question |
the column name for the questions in the dataset |
answer |
the column name for the answers in the dataset |
clean |
logical; whether or not to clean the column names |
Note: If clean = TRUE (the default) then the columns specified by the question and answer arguments must be in their cleaned form (lowercase snakecase)
the column names are case insensitive
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.