R/check-rmd.R
check_equal.MarkdownYamlOptionState.Rd
Check equality of markdown YAML header option
# S3 method for MarkdownYamlOptionState check_equal(state, incorrect_msg = NULL, append = TRUE, ...)
state | the state to start from. Should be a state produced by
|
---|---|
incorrect_msg | If specified, this overrides the automatically generated message in case the options don't match between student and solution. |
append | Whether or not to append the feedback to feedback built in previous states. |
... | S3 stuff |