Other packages > Find by keyword >

htmlwidgets  

HTML Widgets for R
View on CRAN: Click here


Download and install htmlwidgets package within the R console
Install from CRAN:
install.packages("htmlwidgets")

Install from Github:
library("remotes")
install_github("cran/htmlwidgets")

Install by package version:
library("remotes")
install_version("htmlwidgets", "1.6.4")



Attach the package and use:
library("htmlwidgets")
Maintained by
Carson Sievert
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-12-09
Latest Update: 2023-12-06
Description:
A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and 'Shiny' web applications.
How to cite:
Carson Sievert (2014). htmlwidgets: HTML Widgets for R. R package version 1.6.4, https://cran.r-project.org/web/packages/htmlwidgets. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.3.2 (2014-12-09 14:54), 0.4 (2015-05-18 23:51), 0.5 (2015-06-21 15:56), 0.6 (2016-02-25 18:34), 0.7 (2016-08-02 09:13), 0.8 (2016-11-09 23:48), 0.9 (2017-07-10 14:42), 1.0 (2018-01-20 16:43), 1.2 (2018-04-19 14:43), 1.3 (2018-09-30 17:10), 1.5.1 (2019-10-08 10:40), 1.5.2 (2020-10-04 00:00), 1.5.3 (2020-12-10 18:30), 1.5.4 (2021-09-08 16:00), 1.5 (2019-10-04 21:40), 1.6.0 (2022-12-15 14:10), 1.6.1 (2023-01-07 04:50), 1.6.2 (2023-03-17 17:50), 1.6.3 (2023-11-22 10:50)
Other packages that cited htmlwidgets R package
View htmlwidgets citation profile
Other R packages that htmlwidgets depends, imports, suggests or enhances
Complete documentation for htmlwidgets
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA