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

Found 781 packages in 0.02 seconds

table1 — by Benjamin Rich, 8 months ago

Tables of Descriptive Statistics in HTML

Create HTML tables of descriptive statistics, as one would expect to see as the first table (i.e. "Table 1") in a medical/epidemiological journal article.

pander — by Gergely Daróczi, a year ago

An R 'Pandoc' Writer

Contains some functions catching all messages, 'stdout' and other useful information while evaluating R code and other helpers to return user specified text elements (like: header, paragraph, table, image, lists etc.) in 'pandoc' markdown or several type of R objects similarly automatically transformed to markdown format. Also capable of exporting/converting (the resulting) complex 'pandoc' documents to e.g. HTML, 'PDF', 'docx' or 'odt'. This latter reporting feature is supported in brew syntax or with a custom reference class with a smarty caching 'backend'.

fontquiver — by Lionel Henry, 9 years ago

Set of Installed Fonts

Provides a set of fonts with permissive licences. This is useful when you want to avoid system fonts to make sure your outputs are reproducible.

selectr — by Simon Potter, 6 months ago

Translate CSS Selectors to XPath Expressions

Translates a CSS selector into an equivalent XPath expression. This allows us to use CSS selectors when working with the XML package as it can only evaluate XPath expressions. Also provided are convenience functions useful for using CSS selectors on XML nodes. This package is a port of the Python package 'cssselect' (< https://cssselect.readthedocs.io/>).

oro.nifti — by Brandon Whitcher, 4 years ago

Rigorous - 'NIfTI' + 'ANALYZE' + 'AFNI' : Input / Output

Functions for the input/output and visualization of medical imaging data that follow either the 'ANALYZE', 'NIfTI' or 'AFNI' formats. This package is part of the Rigorous Analytics bundle.

litedown — by Yihui Xie, 6 months ago

A Lightweight Version of R Markdown

Render R Markdown to Markdown (without using 'knitr'), and Markdown to lightweight HTML or 'LaTeX' documents with the 'commonmark' package (instead of 'Pandoc'). Some missing Markdown features in 'commonmark' are also supported, such as raw HTML or 'LaTeX' blocks, 'LaTeX' math, superscripts, subscripts, footnotes, element attributes, and appendices, but not all 'Pandoc' Markdown features are (or will be) supported. With additional JavaScript and CSS, you can also create HTML slides and articles. This package can be viewed as a trimmed-down version of R Markdown and 'knitr'. It does not aim at rich Markdown features or a large variety of output formats (the primary formats are HTML and 'LaTeX'). Book and website projects of multiple input documents are also supported.

htm2txt — by Sangchul Park, 4 years ago

Convert Html into Text

Convert a html document to plain texts by stripping off all html tags.

xmlparsedata — by Gábor Csárdi, 5 years ago

Parse Data of 'R' Code as an 'XML' Tree

Convert the output of 'utils::getParseData()' to an 'XML' tree, that one can search via 'XPath', and easier to manipulate in general.

XML2R — by Carson Sievert, 9 months ago

Easier XML Data Collection

Helpers for transforming XML content into number of tables while preserving parent to child relationships.

katex — by Jeroen Ooms, 2 years ago

Rendering Math to HTML, 'MathML', or R-Documentation Format

Convert latex math expressions to HTML and 'MathML' for use in markdown documents or package manual pages. The rendering is done in R using the V8 engine (i.e. server-side), which eliminates the need for embedding the 'MathJax' library into your web pages. In addition a 'math-to-rd' wrapper is provided to automatically render beautiful math in R documentation files.