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

Found 352 packages in 0.01 seconds

widyr — by Julia Silge, 4 years ago

Widen, Process, then Re-Tidy Data

Encapsulates the pattern of untidying data into a wide matrix, performing some processing, then turning it back into a tidy form. This is useful for several operations such as co-occurrence counts, correlations, or clustering that are mathematically convenient on wide matrices.

tf — by Fabian Scheipl, 13 days ago

S3 Classes and Methods for Tidy Functional Data

Provides S3 vector types for functional data represented on grids, in spline bases, or via functional principal components. Supports arithmetic and summary methods, plotting, derivation, integration, smoothing, registration, and data import/export for these functional vectors. Includes data-wrangling tools for re-evaluation, subsetting, sub-assignment, zooming into sub-domains, and extracting functional features such as minima, maxima, and their locations. Enables joint analysis of functional and scalar variables by integrating functional vectors into standard data frames.

tidygeoRSS — by Robert Myles McDonnell, 6 years ago

Tidy GeoRSS

In order to easily integrate geoRSS data into analysis, 'tidygeoRSS' parses 'geo' feeds and returns tidy simple features data frames.

tidymodels — by Max Kuhn, 7 months ago

Easily Install and Load the 'Tidymodels' Packages

The tidy modeling "verse" is a collection of packages for modeling and statistical analysis that share the underlying design philosophy, grammar, and data structures of the tidyverse.

tidyjson — by Cole Arendt, 2 months ago

Tidy Complex 'JSON'

Turn complex 'JSON' data into tidy data frames.

noegletalR — by Frederik Larsen, 2 years ago

Tidy Tibbles of Noegletal

Work with data from < https://noegletal.dk> in a tidy manner. Tidy up previously downloaded data or retrieve new data directly from the comfort of R. You can also browse an up-to-date list of available data, including thorough variable descriptions.

tidyfast — by Tyson Barrett, 2 years ago

Fast Tidying of Data

Tidying functions built on 'data.table' to provide quick and efficient data manipulation with minimal overhead.

tidyrates — by Raphael Saldanha, 2 years ago

Tidy Epidemiological Rates

Compute age-adjusted rates by direct and indirect methods and other epidemiological indicators in a tidy way, wrapping functions from the 'epitools' package.

tidyHeatmap — by Stefano Mangiola, 5 months ago

A Tidy Implementation of Heatmap

This is a tidy implementation for heatmap. At the moment it is based on the (great) package 'ComplexHeatmap'. The goal of this package is to interface a tidy data frame with this powerful tool. Some of the advantages are: Row and/or columns colour annotations are easy to integrate just specifying one parameter (column names). Custom grouping of rows is easy to specify providing a grouped tbl. For example: df %>% group_by(...). Labels size adjusted by row and column total number. Default use of Brewer and Viridis palettes.

wikkitidy — by Michael Falk, a year ago

Tidy Analysis of Wikipedia

Access 'Wikipedia' through the several 'MediaWiki' APIs (< https://www.mediawiki.org/wiki/API>), as well as through the 'XTools' API (< https://www.mediawiki.org/wiki/XTools/API>). Ensure your API calls are correct, and receive results in tidy tibbles.