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 06 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

rwavelet  
Wavelet Analysis
Perform wavelet analysis (orthogonal,translation invariant, tensorial, 1-2-3d transforms, thresholdi ...
Download / Learn more Package Citations See dependency  
IAPWS95  
Thermophysical Properties of Water and Steam
An implementation of the International Association for the Properties of Water (IAPWS) Formulation ...
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  
worrrd  
Generate Wordsearch and Crossword Puzzles
Generate wordsearch and crossword puzzles using custom lists of words (and clues).Make them easy or ...
Download / Learn more Package Citations See dependency  
odbc  
Connect to ODBC Compatible Databases (using the DBI Interface)
A DBI-compatible interface to ODBC databases. ...
Download / Learn more Package Citations See dependency  
BALLI  
Expression RNA-Seq Data Analysis Based on Linear Mixed Model
Analysis of gene expression RNA-seq data using Bartlett-Adjusted Likelihood-based LInear model (BALL ...
Download / Learn more Package Citations See dependency  

27,268

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