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 07 Jun. 2026.
Previous versions and publish date:
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

embryogrowth  
Tools to Analyze the Thermal Reaction Norm of Embryo Growth
Tools to analyze the embryo growth and the sexualisation thermal reaction norms. See ...
Download / Learn more Package Citations See dependency  
gRain  
Bayesian Networks
Probability propagation in graphical independence networks, also known as Bayesian networks or prob ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
cesR  
Access the Canadian Election Study Datasets
Makes accessing and loading the Canadian Election Study (, ...
Download / Learn more Package Citations See dependency  
xmlr  
Read, Write and Work with 'XML' Data
'XML' package for creating and reading and manipulating 'XML', with an object model based on 'Refere ...
Download / Learn more Package Citations See dependency  
keep  
Arrays with Better Control over Dimension Dropping
Provides arrays with flexible control over dimension dropping when subscripting. ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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