1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/htmlwidgets-package.R
\docType{package}
\name{htmlwidgets-package}
\alias{htmlwidgets-package}
\alias{htmlwidgets}
\title{HTML Widgets for R}
\description{
The \pkg{htmlwidgets} package provides a framework for easily creating R
bindings to JavaScript libraries. Widgets created using the framework can
be:
}
\details{
\itemize{
\item Used at the R console for data analysis just like conventional R plots (via RStudio Viewer)
\item Seamlessly embedded within \href{https://rmarkdown.rstudio.com/}{R Markdown} documents and \href{https://shiny.posit.co/}{Shiny} web applications.
\item 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:
\if{html}{\out{<div class="sourceCode">}}\preformatted{vignette("develop_intro", package = "htmlwidgets")
vignette("develop_sizing", package = "htmlwidgets")
vignette("develop_advanced", package = "htmlwidgets")
}\if{html}{\out{</div>}}
Source code for the package is available on GitHub:
\url{https://github.com/ramnathv/htmlwidgets}
}
\author{
Ramnath Vaidyanathan, Joe Cheng, JJ Allaire, and Yihui Xie
}
|