Overview of the htmlwidgets framework
masterThe htmlwidgets package provides a framework for creating R bindings to JavaScript libraries. Widgets created with this framework can be used in several environments:
- R Console: Used for data analysis via the RStudio Viewer, similar to conventional R plots.
- R Markdown: Seamlessly embedded within documents.
- Shiny: Integrated into web applications.
- Standalone: Saved as independent web pages for sharing.