Found 497 packages in 0.03 seconds
R Markdown Format for 'reveal.js' Presentations
R Markdown format for 'reveal.js' presentations, a framework for easily creating beautiful presentations using HTML.
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.
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').
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.
Sunburst 'HTML' Widget Based on 'd3.js'
Provides a sunburst plot based on the 'd3.js' library as an HTML 'shiny' widget.
Highlight HTML Text and Tables
A tool to format R markdown with CSS ids for HTML output. The tool may be most helpful for those using markdown to create reproducible documents. The biggest limitations in formatting is the knowledge of CSS by the document authors.
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.
Automatic Generation of Exams in R
Automatic generation of exams based on exercises in Markdown or LaTeX format, possibly including R code for dynamic generation of exercise elements. Exercise types include single-choice and multiple-choice questions, arithmetic problems, string questions, and combinations thereof (cloze). Output formats include standalone files (PDF, HTML, Docx, ODT, ...), Moodle XML, QTI 1.2, QTI 2.1, Blackboard, Canvas, OpenOlat, ILIAS, TestVision, Particify, ARSnova, Kahoot!, Grasple, and TCExam. In addition to fully customizable PDF exams, a standardized PDF format (NOPS) is provided that can be printed, scanned, and automatically evaluated.
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.
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.