Description Usage Arguments Value Author(s) Examples
Custom content are HTML rendered
as additional accordion sections. From the data structure
point of view these are represented as a named of list
of character vectors. The names are the section headers.
Use appendCustomContent
to add more content.
appendCustomContent
adds custom content to be rendered in separate accordion section
clearRequestEnv
clears the environment associated with the last request.
1 2 3 4 5 | getCustomContent()
appendCustomContent(sectionName, content)
clearRequestEnv()
|
sectionName |
Name of section (string) |
content |
Character vector of HTML content to append |
getCustomContent
returns named list of character vectors
appendCustomContent
does not return anything good.
clearRequestEnv
does not return anything useful
Brad Friedman
1 2 3 | appendCustomContent(sectionName = "foo", content = c("<i>bar</i><br>","<b>baz</b>"))
getCustomContent()
clearRequestEnv()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.