A convenient function to print a formatted summary of subjects with low accuracy.
Usage
wk_print_mistakes(n = 5, reload = FALSE)
Arguments
- n
Integer indicating how many subjects to show (default: 5)
- reload
Logical indicating whether to reload data from API (default: FALSE)
Value
Invisibly returns the mistakes data frame
Examples
if (FALSE) { # \dontrun{
# Print summary of 5 worst subjects
wk_print_mistakes()
# Print summary of 10 worst subjects
wk_print_mistakes(10)
} # }