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

Found 719 packages in 0.02 seconds

formattable — by Kun Ren, 5 years ago

Create 'Formattable' Data Structures

Provides functions to create formattable vectors and data frames. 'Formattable' vectors are printed with text formatting, and formattable data frames are printed with multiple types of formatting in HTML to improve the readability of data presented in tabular form rendered in web pages.

argonR — by David Granjon, 6 years ago

R Interface to Argon HTML Design

R wrapper around the argon HTML library. More at < https://demos.creative-tim.com/argon-design-system/>.

rentrez — by David Winter, 3 months ago

'Entrez' in R

Provides an R interface to the NCBI's 'EUtils' API, allowing users to search databases like 'GenBank' < https://www.ncbi.nlm.nih.gov/genbank/> and 'PubMed' < https://pubmed.ncbi.nlm.nih.gov/>, process the results of those searches and pull data into their R sessions.

findInGit — by Stéphane Laurent, 4 years ago

Find Pattern in Files of All Branches of a 'git' Repository

Creates a HTML widget which displays the results of searching for a pattern in files in a given 'git' repository, including all its branches. The results can also be returned in a dataframe.

findInFiles — by Stéphane Laurent, a year ago

Find Pattern in Files

Creates a HTML widget which displays the results of searching for a pattern in files in a given folder. The results can be viewed in the 'RStudio' viewer pane, included in a 'R Markdown' document or in a 'Shiny' application. Also provides a 'Shiny' application allowing to run this widget and to navigate in the files found by the search. Instead of creating a HTML widget, it is also possible to get the results of the search in a 'tibble'. The search is performed by the 'grep' command-line utility.

animation — by Yihui Xie, a month 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.

xslt — by Jeroen Ooms, 7 months ago

Extensible Style-Sheet Language Transformations

An extension for the 'xml2' package to transform XML documents by applying an 'xslt' style-sheet.

xmlconvert — by Joachim Zuckarelli, 4 years ago

Comfortably Converting XML Documents to Dataframes and Vice Versa

Converts XML documents to R dataframes and dataframes to XML documents. A wide variety of options allows for different XML formats and flexible control of the conversion process. Results can be exported to CSV and Excel, if desired. Also converts XML data to R lists.

epxToR — by Jean Pierre Decorps, 5 years ago

Import 'Epidata' XML Files '.epx'

Import data from 'Epidata' XML files '.epx' and convert it to R data structures.

readsdmx — by Matthew de Queljoe, 2 years ago

Read SDMX-XML Data

Read Statistical Data and Metadata Exchange (SDMX) XML data. This the main transmission format used in official statistics. Data can be imported from local SDMX-ML files or a SDMX web-service and will be read in 'as is' into a dataframe object. The 'RapidXML' C++ library < https://rapidxml.sourceforge.net/> is used to parse the XML data.