html5 - Creates Valid HTML5 Strings
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: <https://developer.mozilla.org/en-US/docs/Web/HTML/Element>. Elements marked as obsolete are not included.
Last updated 2 years ago
3.65 score 1 stars 3 packages 1 scripts 384 downloadstoolbox - List, String, and Meta Programming Utility Functions
Includes functions for mapping named lists to function arguments, random strings, pasting and combining rows together across columns, etc.
Last updated 2 years ago
3.16 score 3 packages 16 scripts 429 downloadsbsTools - Create HTML Content with Bootstrap 5 Classes and Layouts
Functions are pre-configured to utilize Bootstrap 5 classes and HTML structures to create Bootstrap-styled HTML quickly and easily. Includes functions for creating common Bootstrap elements such as containers, rows, cols, navbars, etc. Intended to be used with the html5 package. Learn more at <https://getbootstrap.com/>.
Last updated 2 years ago
2.70 score 1 stars 2 scripts 258 downloadswebdeveloper - Functions for Web Development
Organizational framework for web development in R including functions to serve static and dynamic content via HTTP methods, includes the html5 package to create HTML pages, and offers other utility functions for common tasks related to web development.
Last updated 2 years ago
2.70 score 1 stars 1 scripts 264 downloadspgTools - Functions for Generating PostgreSQL Statements/Scripts
Create PostgreSQL statements/scripts from R, optionally executing the SQL statements. Common SQL operations are included, although not every configurable option is available at this time. SQL output is intended to be compliant with PostgreSQL syntax specifications. PostgreSQL documentation is available here <https://www.postgresql.org/docs/current/index.html>.
Last updated 2 years ago
2.00 score 2 scripts 268 downloads