hide: Create button revealing hidden content

View source: R/webexercises_fns.R

hideR Documentation

Create button revealing hidden content

Description

Create button revealing hidden content

Usage

hide(button_text = "Solution")

Arguments

button_text

Text to appear on the button that reveals the hidden content.

Details

Writes HTML to create a content that is revealed by a button press. Call this function inline in an RMarkdown document. Any content appearing after this call up to an inline call to unhide() will only be revealed when the user clicks the button. See the Web Exercises RMarkdown Template for examples.

Value

A character string containing HTML code to create a button that reveals hidden content.

See Also

unhide

Examples

# default behavior is to generate a button that says "Solution"
hide()

# or the button can display custom text
hide("Click here for a hint")

webexercises documentation built on May 31, 2023, 8:16 p.m.