htmlwidgets-package: HTML Widgets for R

Description Author(s)

Description

The htmlwidgets package provides a framework for easily creating R bindings to JavaScript libraries. Widgets created using the framework can be:

  1. Used at the R console for data analysis just like conventional R plots (via RStudio Viewer)

  2. Seamlessly embedded within R Markdown documents and Shiny web applications.

  3. Saved as standalone web pages for ad-hoc sharing via email, Dropbox, etc.

To get started creating your own HTML widgets, see the documentation available in the package vignettes:

1
2
3
   vignette("develop_intro", package = "htmlwidgets")
   vignette("develop_sizing", package = "htmlwidgets")
   vignette("develop_advanced", package = "htmlwidgets")

Source code for the package is available on GitHub:

https://github.com/ramnathv/htmlwidgets

Author(s)

Ramnath Vaidyanathan, Joe Cheng, JJ Allaire, and Yihui Xie


DnPeter/htmlwidgets documentation built on May 6, 2019, 2:50 p.m.