Htmltools

screenshot of Htmltools

Htmltools

Tools for HTML generation and output

Overview

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.

Features

  • Customizable UI: Easy customization of user interfaces using R code to generate custom HTML.
  • Support for HTML Components: Foundation provided by htmltools allows other R packages like htmlwidgets and crosstalk to offer HTML components that users can manipulate and combine.
  • Multiple Widgets Arrangement: Facilitates arranging various HTML widgets, such as plotly graphs, into a single static HTML webpage.
  • tagQuery Functionality: Enables querying and manipulating the underlying HTML structure of components.

Summary