Learn R Programming

htmlwidgets (version 1.6.4)

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

700,281

Version

1.6.4

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

December 6th, 2023

Functions in htmlwidgets (1.6.4)

saveWidget

Save a widget to an HTML file
htmlwidgets-package

HTML Widgets for R
onRender

Execute custom JavaScript code after rendering
createWidget

Create an HTML Widget
sizingPolicy

Create a widget sizing policy
getDependency

Get js and css dependencies for a htmlwidget
onStaticRenderComplete

Execute JavaScript code after static render
htmlwidgets-shiny

Shiny bindings for HTML widgets
JSEvals

Creates a list of keys whose values need to be evaluated on the client-side
scaffoldWidget

Create implementation scaffolding for an HTML widget
setWidgetIdSeed

Set the random seed for widget element ids
prependContent

Prepend/append extra HTML content to a widget
JS

Mark character strings as literal JavaScript code