End hidden HTML content

unhide()

Value

A character string containing HTML code marking the end of hiddent content.

Details

Call this function inline in an RMarkdown document to mark the end of hidden content (see the Web Exercises RMarkdown Template for examples).

See also

hide

Examples

# just produce the closing </div> 
unhide()
#> [1] "\n</div>\n"