They provide rich JavaScript data visualizations. Some are useful, others are gadgets.
We can render htmlwidgets (including Leaflet) in any HTML output. We can publish R Markdown Websites or blogs with blogdown
. We can build a Flexdashboard. We can publish a book with bookdown
. And so on.
These tools seamlessly integrate interactive htmlwidgets along with static tabulating, charting, and mapping visualizations (and optionally use Shiny to drive visualizations dynamically).
The widgets that are worth the trip:
In addition, ggvis
can work with Shiny.
Other widgets to consider:
ggiraph
; an extension to ggplot2
, making interactive graphics.wordcloud2
.tmap
; an mapping extension to ggplot2
; maps can become interactive with Leaflet.