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 10 Mar. 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

plyr  
Tools for Splitting, Applying and Combining Data
A set of tools that solves a common set of problems: you need to break a big problem down into mana ...
Download / Learn more Package Citations See dependency  
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  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
gena  
Genetic Algorithm and Particle Swarm Optimization
Implements genetic algorithm and particle swarm algorithm for real-valued functions. Various modific ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

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