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

Found 395 packages in 0.04 seconds

stargazer — by Marek Hlavac, 3 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.

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.

juicedown — by Kenji Sato, 2 years 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/>.

getable — by Yongfu Liao, 5 years ago

Fetching Tabular Data "Onload" in Compiled R Markdown HTML Documents

Dynamically retrieve data from the web to render HTML tables on inspection in R Markdown HTML documents.

cronologia — by Mohamed El Fodil Ihaddaden, 4 years ago

Create an HTML Vertical Timeline from a Data Frame in 'rmarkdown' and 'shiny'

Creates an HTML vertical timeline from a data frame as an input for 'rmarkdown' documents and 'shiny' applications.

animation — by Yihui Xie, 4 years ago

A Gallery of Animations in Statistics and Utilities to Create Animations

Provides functions for animations in statistics, covering topics in probability theory, mathematical statistics, multivariate statistics, non-parametric statistics, sampling survey, linear models, time series, computational statistics, data mining and machine learning. These functions may be helpful in teaching statistics and data analysis. Also provided in this package are a series of functions to save animations to various formats, e.g. Flash, 'GIF', HTML pages, 'PDF' and videos. 'PDF' animations can be inserted into 'Sweave' / 'knitr' easily.

textutils — by Enrico Schumann, 3 months ago

Utilities for Handling Strings and Text

Utilities for handling character vectors that store human-readable text (either plain or with markup, such as HTML or LaTeX). The package provides, in particular, functions that help with the preparation of plain-text reports, e.g. for expanding and aligning strings that form the lines of such reports. The package also provides generic functions for transforming R objects to HTML and to plain text.

dbWebForms — by Timothy Conwell, 4 years ago

Produce R Functions to Create HTML Forms Based on SQL Meta Data

Offers meta programming style tools to generate configurable R functions that produce HTML forms based on table input and SQL meta data. Also generates functions for collecting the parameters of those HTML forms after they are submitted. Useful for quickly generating HTML forms based on existing SQL tables. To use the resultant functions, the output files containing those functions must be read into the R environment (perhaps using base::source()).

tablespan — by Jannik H. Orzek, 5 months ago

Create Satisficing 'Excel', 'HTML', 'LaTeX', and 'RTF' Tables using a Simple Formula

Create "good enough" tables with a single formula. 'tablespan' tables can be exported to 'Excel', 'HTML', 'LaTeX', and 'RTF' by leveraging the packages 'openxlsx' and 'gt'. See < https://jhorzek.github.io/tablespan/> for an introduction.