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]
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 06 Apr. 2025.
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
03/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/05Downloads for html5024681012141618202224TrendBars

Today's Hot Picks in Authors and Packages

spCP  
Spatially Varying Change Points
Implements a spatially varying change point model with unique intercepts, slopes, variance intercep ...
Download / Learn more Package Citations See dependency  
danstat  
R Client for the Statistics Denmark Databank API
The purpose of the package is to enable an R function interface into the Statistics Denmark Databank ...
Download / Learn more Package Citations See dependency  
FuzzyQ  
Fuzzy Quantification of Common and Rare Species
Fuzzy clustering of species in an ecological community as common or rare based on their abundance a ...
Download / Learn more Package Citations See dependency  
ider  
Various Methods for Estimating Intrinsic Dimension
An implementation of various methods for estimating intrinsic dimension of vector-valued dataset or ...
Download / Learn more Package Citations See dependency  
listarrays  
A Toolbox for Working with R Arrays in a Functional Programming Style
A toolbox for R arrays. Flexibly split, bind, reshape, modify, subset and name arrays. ...
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  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

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