unhide {webexercises} | R Documentation |
End hidden HTML content
Description
End hidden HTML content
Usage
unhide()
Details
Call this function inline in an RMarkdown document to mark the end of hidden content (see the Web Exercises RMarkdown Template for examples).
Value
A character string containing HTML code marking the end of hiddent content.
See Also
hide
Examples
# just produce the closing </div>
unhide()
[Package webexercises version 1.1.0 Index]