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)
)
Value
returns the html tags and javascript code
Arguments
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: onclick, onmouseover, ondblclick