Learn R Programming

⚠️There's a newer version (1.6.4) of this package.Take me there.

htmlwidgets (version 1.5.2)

HTML Widgets for R

Description

A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and 'Shiny' web applications.

Copy Link

Version

Install

install.packages('htmlwidgets')

Monthly Downloads

582,091

Version

1.5.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Carson Sievert

Last Published

October 3rd, 2020

Functions in htmlwidgets (1.5.2)

createWidget

Create an HTML Widget
scaffoldWidget

Create implementation scaffolding for an HTML widget
onStaticRenderComplete

Execute JavaScript code after static render
getDependency

Get js and css dependencies for a htmlwidget
saveWidget

Save a widget to an HTML file
prependContent

Prepend/append extra HTML content to a widget
htmlwidgets-package

HTML Widgets for R
JS

Mark character strings as literal JavaScript code
htmlwidgets-shiny

Shiny bindings for HTML widgets
setWidgetIdSeed

Set the random seed for widget element ids
sizingPolicy

Create a widget sizing policy
onRender

Execute custom JavaScript code after rendering