Learn R Programming

webex (version 0.9.2)

hide: 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.

See Also

unhide

Examples

Run this code
# NOT RUN {
# default behavior is to generate a button that says "Solution"
hide()

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

Run the code above in your browser using DataLab