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

Found 483 packages in 0.02 seconds

rquiz — by Saskia Otto, 3 months ago

Interactive Quizzes as HTML Widgets

Creates interactive JavaScript-based quizzes as 'HTML' widgets. Offers three quiz types: a single question with instant feedback (singleQuestion()), a multi-question quiz with navigation, timer, and results (multiQuestions()), and fill-in-the-blank cloze exercises (fillBlanks()). All quizzes auto-detect single-choice and multiple-choice modes from the input data, support customizable styling, keyboard navigation, and multilingual UI (English, German, French, Spanish). Designed for use in 'R Markdown', 'Quarto', and 'Shiny' applications. The singleQuestion() quiz design was inspired by Ozzie Kirkby < https://codepen.io/ozzie/pen/pvrVLm>. The multiQuestions() quiz design was inspired by Abhilash Narayan < https://codepen.io/abhilashn/pen/BRepQz>.

HTMLUtils — by Markus Loecher, Berlin School of Economics and Law (BSEL), 3 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, 6 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.

htmlreportR — by Álvaro Esteban Martos, 2 years ago

'HTML' Reporting Made Simple(R)

Create compressed, interactive 'HTML' (Hypertext Markup Language) reports with embedded 'Python' code, custom 'JS' ('JavaScript') and 'CSS' (Cascading Style Sheets), and wrappers for 'CanvasXpress' plots, networks and more. Based on < https://pypi.org/project/py-report-html/>, its sister project.

drawer — by Le Zhang, 4 years ago

An Interactive HTML Image Editing Tool

An interactive image editing tool that can be added as part of the HTML in Shiny, R markdown or any type of HTML document. Often times, plots, photos are embedded in the web application/file. 'drawer' can take screenshots of these image-like elements, or any part of the HTML document and send to an image editing space called 'canvas' to allow users immediately edit the screenshot(s) within the same document. Users can quickly combine, compare different screenshots, upload their own images and maybe make a scientific figure.

metalite.table1 — by Yilong Zhang, 2 years ago

Interactive Table of Descriptive Statistics in HTML

Create an interactive table of descriptive statistics in HTML. This table is typically used for exploratory analysis in a clinical study (referred to as 'Table 1').

html2excel — by Paul Northrop, 9 days ago

Convert 'HTML' Tables to 'Excel' Files

Reads tables from 'HTML' web pages or local documents. The tables are returned as a list of 'tibbles' and may be written to 'Excel' files.

BioTooltipR — by Matthew J. Meier, a month ago

Add Bio Tooltips to HTML Reports

Provides lightweight helpers for adding gene and chemical tooltips to R Markdown, Quarto, Shiny, pkgdown, and other HTML outputs. The package emits small HTML spans with module-specific data attributes and attaches the browser-side 'bio-tooltips' JavaScript and CSS assets through 'htmltools'. Entity lookup and rendering are handled in the browser by 'bio-tooltips'; this package does not query biological databases from R during package checks.

robservable — by Julien Barnier, 4 years ago

Import an Observable Notebook as HTML Widget

Allows loading and displaying an Observable notebook (online JavaScript notebooks powered by < https://observablehq.com>) as an HTML Widget in an R session, 'shiny' application or 'rmarkdown' document.

html2R — by Stéphane Laurent, 6 years ago

Convert 'HTML' to 'R' with a 'Shiny' App

Provides a 'Shiny' app allowing to convert 'HTML' code to 'R' code (e.g. 'Hello' to 'tags$span("Hello")'), for usage in a 'Shiny' UI.