tagList: Create a list of tags

View source: R/tags.R

tagListR Documentation

Create a list of tags

Description

Create a list() of tags with methods for print(), as.character(), etc.

Usage

tagList(...)

Arguments

...

A collection of tags.

Examples

tagList(
  h1("Title"),
  h2("Header text", style = "color: red;"),
  p("Text here")
)

rstudio/htmltools documentation built on May 10, 2024, 8 p.m.