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

Found 393 packages in 0.02 seconds

countdown — by Garrick Aden-Buie, 3 years ago

A Countdown Timer for HTML Presentations, Documents, and Web Apps

A simple countdown timer for slides and HTML documents written in 'R Markdown' or 'Quarto'. Integrates fully into 'Shiny' apps. Countdown to something amazing.

shinyfullscreen — by Etienne Bacher, 4 years ago

Display 'HTML' Elements on Full Screen in 'Shiny' Apps

In 'Shiny' apps, it is sometimes useful to see a plot or a table in full screen. Using 'Shinyfullscreen', you can easily designate the 'HTML' elements that can be displayed on fullscreen and use buttons to trigger the fullscreen view.

doudpackage — by Edouard Baudouin, 2 years ago

Create Elegant Table 1 in HTML for Bio-Statistics

Creates the "table one" of bio-medical papers. Fill it with your data and the name of the variable which you'll make the group(s) out of and it will make univariate, bivariate analysis and parse it into HTML. It also allows you to visualize all your data with graphic representation.

gitdown — by Sébastien Rochette, 3 years ago

Turn Your Git Commit Messages into a HTML Book

Read all commit messages of your local git repository and sort them according to tags or specific text pattern into chapters of a HTML book using 'bookdown'. The git history book presentation helps organisms required to testify for every changes in their source code, in relation to features requests.

timeLineGraphics — by Barry Zeeberg, 2 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>.

rjade — by Jeroen Ooms, 4 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.

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).

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, 4 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.