Tools for HTML generation and output
The htmltools
package is a tool for creating, manipulating, and writing HTML from R. It provides a way to customize the UI of Shiny or R Markdown projects by generating custom HTML, including JavaScript and CSS.
htmltools
allows other R packages like htmlwidgets
and crosstalk
to offer HTML components that users can manipulate and combine.plotly
graphs, into a single static HTML webpage.