Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 406 packages in 0.01 seconds

timeLineGraphics — by Barry Zeeberg, 3 years ago

HTML with Horizontal Strips Symbolizing Events in a Person's Life

Produce an HTML page containing horizontal strips that symbolize events in a person's lsife. Since this is entirely a visualization, the image < https://barryzee.github.io/henry-timeline/henry.html> will show the basic use to show a timeline of events. The image < https://barryzee.github.io/vermeer/cssOverlay.html> shows how to correlate two timelines of events. A brief description is available at < https://barryzee.github.io/timeLineGraphics_manuscript/golden_age.html>.

DataViz — by Timothy Bell, 6 years ago

Data Visualisation Using an HTML Page and 'D3.js'

Gives access to data visualisation methods that are relevant from the statistician's point of view. Using 'D3''s existing data visualisation tools to empower R language and environment. The throw chart method is a line chart used to illustrate paired data sets (such as before-after, male-female).

rjade — by Jeroen Ooms, 5 years ago

A Clean, Whitespace-Sensitive Template Language for Writing HTML

Jade is a high performance template engine heavily influenced by Haml and implemented with JavaScript for node and browsers.

stargazer — by Marek Hlavac, 4 years ago

Well-Formatted Regression and Summary Statistics Tables

Produces LaTeX code, HTML/CSS code and ASCII text for well-formatted tables that hold regression analysis results from several models side-by-side, as well as summary statistics.

formattable — by Kun Ren, 5 years ago

Create 'Formattable' Data Structures

Provides functions to create formattable vectors and data frames. 'Formattable' vectors are printed with text formatting, and formattable data frames are printed with multiple types of formatting in HTML to improve the readability of data presented in tabular form rendered in web pages.

htmltidy — by Bob Rudis, 6 years ago

Tidy Up and Test XPath Queries on HTML and XML Content

HTML documents can be beautiful and pristine. They can also be wretched, evil, malformed demon-spawn. Now, you can tidy up that HTML and XHTML before processing it with your favorite angle-bracket crunching tools, going beyond the limited tidying that 'libxml2' affords in the 'XML' and 'xml2' packages and taming even the ugliest HTML code generated by the likes of Google Docs and Microsoft Word. It's also possible to use the functions provided to format or "pretty print" HTML content as it is being tidied. Utilities are also included that make it possible to view formatted and "pretty printed" HTML/XML content from HTML/XML document objects, nodes, node sets and plain character HTML/XML using 'vkbeautify' (by Vadim Kiryukhin) and 'highlight.js' (by Ivan Sagalaev). Also (optionally) enables filtering of nodes via XPath or viewing an HTML/XML document in "tree" view using 'XMLDisplay' (by Lev Muchnik). See < https://github.com/vkiryukhin/vkBeautify> and < http://www.levmuchnik.net/Content/ProgrammingTips/WEB/XMLDisplay/DisplayXMLFileWithJavascript.html> for more information about 'vkbeautify' and 'XMLDisplay', respectively.

tutorial — by Filip Schouwenaars, 9 years ago

Convert R Markdown Files to DataCamp Light HTML Files

DataCamp Light (< https://github.com/datacamp/datacamp-light>) is a light-weight implementation of the DataCamp UI, that allows you to embed interactive exercises inside HTML documents. The tutorial package makes it easy to create these HTML files from R Markdown files. An extension to knitr, tutorial detects appropriately formatted code chunks and replaces them with DataCamp Light readable chunks in the resulting HTML file.

spoiler — by Etienne Bacher, 5 years ago

Blur 'HTML' Elements in 'Shiny' Applications Using 'Spoiler-Alert.js'

It can be useful to temporarily hide some text or other HTML elements in 'Shiny' applications. Building on 'Spoiler-Alert.js', it is possible to select the elements to hide at startup, to partially reveal them by hovering them, and to completely show them when clicking on them.

juicedown — by Kenji Sato, 3 months ago

'juice' + 'markdown': Convert 'R Markdown' into 'HTML' with Inline Styles

A convenience tool to create 'HTML' with inline styles using 'juicyjuice' and 'markdown' packages. It is particularly useful when working on a content management system (CMS) whose code editor eliminates style and link tags. The main use case of the package is the learning management system, 'Moodle'. Additional helper functions for teaching purposes are provided. Learn more about 'juicedown' at < https://kenjisato.github.io/juicedown/>.

huxtable — by David Hugh-Jones, a month ago

Easily Create and Style Tables for LaTeX, HTML and Other Formats

Creates styled tables for data presentation. Export to HTML, LaTeX, RTF, 'Word', 'Excel', 'PowerPoint', 'typst', SVG and PNG. Simple, modern interface to manipulate borders, size, position, captions, colours, text styles and number formatting. Table cells can span multiple rows and/or columns. Includes a 'huxreg' function to create regression tables, and 'quick_*' one-liners to print tables to a new document.