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

Found 241 packages in 0.07 seconds

tidyr — by Hadley Wickham, 3 months ago

Tidy Messy Data

Tools to help to create tidy data, where each column is a variable, each row is an observation, and each cell contains a single value. 'tidyr' contains tools for changing the shape (pivoting) and hierarchy (nesting and 'unnesting') of a dataset, turning deeply nested lists into rectangular data frames ('rectangling'), and extracting values out of string columns. It also includes tools for working with missing values (both implicit and explicit).

tidygeoRSS — by Robert Myles McDonnell, 4 years ago

Tidy GeoRSS

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

sweep — by Matt Dancho, 10 months ago

Tidy Tools for Forecasting

Tidies up the forecasting modeling and prediction work flow, extends the 'broom' package with 'sw_tidy', 'sw_glance', 'sw_augment', and 'sw_tidy_decomp' functions for various forecasting models, and enables converting 'forecast' objects to "tidy" data frames with 'sw_sweep'.

tidyjson — by Cole Arendt, a year ago

Tidy Complex 'JSON'

Turn complex 'JSON' data into tidy data frames.

tidyfast — by Tyson Barrett, 3 months ago

Fast Tidying of Data

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

infer — by Simon Couch, a month ago

Tidy Statistical Inference

The objective of this package is to perform inference using an expressive statistical grammar that coheres with the tidy design framework.

tidytable — by Mark Fairbanks, 3 months ago

Tidy Interface to 'data.table'

A tidy interface to 'data.table', giving users the speed of 'data.table' while using tidyverse-like syntax.

tidyrates — by Raphael Saldanha, a month 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.

tidyRSS — by Robert Myles McDonnell, a year ago

Tidy RSS for R

With the objective of including data from RSS feeds into your analysis, 'tidyRSS' parses RSS, Atom and JSON feeds and returns a tidy data frame.

tidyHeatmap — by Stefano Mangiola, 2 years 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.