check_readability | R Documentation |
Calculate the Flesch-Kincaid score for each scenario and return that score along with the scenario ID and domain as a tidy dataframe.
check_readability(x)
x |
A |
A dataframe of the scenario id, domain id, and the Flesch-Kincaid readability score for the scenario text.
## Not run:
questions <- read_questions()
check_readability(questions)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.