View source: R/utils_general.R
details | R Documentation |
Create a details drop-down with the given summary and content
details(summary, content, summary_multiplier = 1)
summary |
Content for the 'summary' component of the details tag |
content |
Content to be put in the details tag |
summary_multiplier |
A size multiplier for the summary size. 2=2X, etc. |
an HTML object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.