check_hint | R Documentation |
Create hint for 'rmarkdown'
check_hint(
hint_text,
hint_title = "Click here to see/close the hint",
type = c("onclick", "onmouseover", "ondblclick"),
hint_id = sample(1e+05:1, 1)
)
hint_text |
hint paragraph text; can contain markdown |
hint_title |
click paragraph text; can contain markdown |
type |
character that describes behavior of the hint. Possible values are: |
hint_id |
unique identifier of the question |
returns the html tags and javascript code
George Moroz <agricolamz@gmail.com>
check_hint("You can use argument `echo=FALSE`!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.