check_equal.MarkdownYamlOptionState: Check equality of markdown YAML header option

View source: R/check-rmd.R

check_equal.MarkdownYamlOptionStateR Documentation

Check equality of markdown YAML header option

Description

Check equality of markdown YAML header option

Usage

## S3 method for class 'MarkdownYamlOptionState'
check_equal(state,
  incorrect_msg = NULL, append = TRUE, ...)

Arguments

state

the state to start from. Should be a state produced by check_option.

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


datacamp/testwhat documentation built on June 26, 2022, 9:07 a.m.