Other packages > Find by keyword >

html5  

Creates Valid HTML5 Strings
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("html5", "1.0.2")



Attach the package and use:
library("html5")
Maintained by
Timothy Conwell
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-01-13
Latest Update: 2022-10-17
Description:
Generates valid HTML tag strings for HTML5 elements documented by Mozilla. Attributes are passed as named lists, with names being the attribute name and values being the attribute value. Attribute values are automatically double-quoted. To declare a DOCTYPE, wrap html() with function doctype(). Mozilla's documentation for HTML5 is available here: . Elements marked as obsolete are not included.
How to cite:
Timothy Conwell (2021). html5: Creates Valid HTML5 Strings. R package version 1.0.2, https://cran.r-project.org/web/packages/html5. Accessed 28 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:47), 0.1.0 (2021-01-13 16:50), 1.0.0 (2022-06-22 10:20), 1.0.1 (2022-08-10 00:30)
Other packages that cited html5 R package
View html5 citation profile
Other R packages that html5 depends, imports, suggests or enhances
Complete documentation for html5
Functions, R codes and Examples using the html5 R package
Some associated functions: a . abbr . address . applet . area . article . aside . attr_helper . audio . b . base . bdi . bdo . blockquote . body . boolean_attributes . br . button . canvas . caption . cite . code . col . colgroup . content . content_indenter . data . datalist . dd . del . details . dfn . dialog . div . dl . doctype . dt . em . embed . empty_tag_helper . fieldset . figcaption . figure . footer . form . formatted_tag_helper . h1 . h2 . h3 . h4 . h5 . h6 . head . header . hr . html . html5_vars . i . iframe . img . input . ins . kbd . keygen . label . legend . li . link . main . map . mark . menu . menuitem . meta . meter . nav . noscript . object . ol . optgroup . option . output . p . param . picture . pre . progress . q . rb . rp . rt . rtc . ruby . s . samp . script . section . select . shadow . slot . small . source . span . strong . style . sub . summary . sup . table . tag_helper . tbody . td . template . textarea . tfoot . th . thead . time . title . tr . track . tt . u . ul . var . video . wbr . 
Some associated R codes: html5.R .  Full html5 package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
survivalMPLdc  
Penalised Likelihood for Survival Analysis with Dependent Censoring
Fitting Cox proportional hazard model under dependent right censoring using copula and maximum penal ...
Download / Learn more Package Citations See dependency  
NPflow  
Bayesian Nonparametrics for Automatic Gating of Flow-Cytometry Data
Dirichlet process mixture of multivariate normal, skew normal or skew t-distributions modeling orie ...
Download / Learn more Package Citations See dependency  
spatialCovariance  
Computation of Spatial Covariance Matrices for Data on Rectangles
Functions that compute the spatial covariance matrix for the matern and power classes of spatial mod ...
Download / Learn more Package Citations See dependency  
RGIFT  
Create Quizzes in GIFT Format
Implementation of some functions to create quizzes in the GIFT format. This format is used by sever ...
Download / Learn more Package Citations See dependency  
mxnorm  
Apply Normalization Methods to Multiplexed Images
Implements methods to normalize multiplexed imaging data, including statistical metrics and visuali ...
Download / Learn more Package Citations See dependency  

28,332

R Packages

239,283

Dependencies

75,113

Author Associations

28,333

Publication Badges

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