powered by
Create a list() of tags with methods for print(), as.character(), etc.
list()
print()
as.character()
tagList(...)
A collection of tags.
tagList( h1("Title"), h2("Header text"), p("Text here") )
Run the code above in your browser using DataLab