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

Found 467 packages in 0.02 seconds

hwriter — by Gregoire Pau, 4 years ago

HTML Writer - Outputs R Objects in HTML Format

Easy-to-use and versatile functions to output R objects in HTML format.

shinycroneditor — by Harmen van der Veer, a year ago

'shiny' Cron Expression Input Widget

A widget for 'shiny' apps to handle schedule expression input, using the 'cron-expression-input' JavaScript component. Note that this does not edit the 'crontab' file, it is just an input element for the schedules. See < https://github.com/DatalabFabriek/shinycroneditor/blob/main/inst/examples/shiny-app.R> for an example implementation.

DateTimeRangePicker — by Stéphane Laurent, 2 years ago

A Datetime Range Picker Widget for Usage in 'Shiny' Applications

Provides a datetime range picker widget for usage in 'Shiny'. It creates a calendar allowing to select a start date and an end date as well as two fields allowing to select a start time and an end time.

HTMLUtils — by Markus Loecher, Berlin School of Economics and Law (BSEL), 2 years ago

Facilitates Automated HTML Report Creation

Facilitates automated HTML report creation, in particular framed HTML pages and dynamically sortable tables.

encryptedRmd — by Dirk Schumacher, 5 years ago

Encrypt Html Reports Using 'Libsodium'

Create encrypted html files that are fully self contained and do not require any additional software. Using the package you can encrypt arbitrary html files and also directly create encrypted 'rmarkdown' html reports.

webutils — by Jeroen Ooms, a year ago

Utility Functions for Developing Web Applications

Parses http request data in application/json, multipart/form-data, or application/x-www-form-urlencoded format. Includes example of hosting and parsing html form data in R using either 'httpuv' or 'Rhttpd'.

TT — by Michal Zielaskowski, 4 years ago

Display Tree Structured Data using Datatable Widget (DT)

Wrapper of datatable widget, allowing display of data.tree objects. All arguments of the data.tree become columns and each node is a row. Adds column with buttons allowing folding and unfolding the levels.

vembedr — by Ian Lyttle, 4 years ago

Embed Video in HTML

A set of functions for generating HTML to embed hosted video in your R Markdown documents or Shiny applications.

tableHTML — by Theo Boutaris, 3 months ago

A Tool to Create HTML Tables

A tool to create and style HTML tables with CSS. These can be exported and used in any application that accepts HTML (e.g. 'shiny', 'rmarkdown', 'PowerPoint'). It also provides functions to create CSS files (which also work with shiny).

texreg — by Philip Leifeld, 2 months ago

Conversion of R Regression Output to LaTeX or HTML Tables

Converts coefficients, standard errors, significance stars, and goodness-of-fit statistics of statistical models into LaTeX tables or HTML tables/MS Word documents or to nicely formatted screen output for the R console for easy model comparison. A list of several models can be combined in a single table. The output is highly customizable. New model types can be easily implemented. Details can be found in Leifeld (2013), JStatSoft .)