R/check-rmd.R
check_equal.MarkdownChunkOptionState.RdCheck equality of markdown code chunk option
# S3 method for MarkdownChunkOptionState check_equal(state, incorrect_msg = NULL, append = FALSE, ...)
| 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 |