tagList | R Documentation |
Create a list()
of tags with methods for print()
, as.character()
,
etc.
tagList(...)
... |
A collection of tags. |
tagList(
h1("Title"),
h2("Header text"),
p("Text here")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.