ggplot2 - Create Elegant Data Visualisations Using the Grammar of Graphics
A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.
Last updated 10 days ago
data-visualisationvisualisation
25.01 score 6.6k stars 7.4k dependents 625k scripts 1.7M downloadsdplyr - A Grammar of Data Manipulation
A fast, consistent tool for working with data frame like objects, both in memory and out of memory.
Last updated 2 months ago
data-manipulationgrammarcpp
24.59 score 4.8k stars 7.6k dependents 573k scripts 1.7M downloadstibble - Simple Data Frames
Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional data frame.
Last updated 11 days ago
tidy-data
22.83 score 685 stars 11k dependents 45k scripts 1.3M downloadstidyr - 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).
Last updated 2 months ago
tidy-datacpp
22.75 score 1.4k stars 5.4k dependents 169k scripts 1.0M downloadsstringr - Simple, Consistent Wrappers for Common String Operations
A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with "NA"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another.
Last updated 4 months ago
regular-expressionstrings
21.96 score 609 stars 8.0k dependents 167k scripts 1.1M downloadsglue - Interpreted String Literals
An implementation of interpreted string literals, inspired by Python's Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/> and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals <https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.
Last updated 3 months ago
string-interpolationstrings
21.85 score 726 stars 14k dependents 57k scripts 1.5M downloadspurrr - Functional Programming Tools
A complete and consistent functional programming toolkit for R.
Last updated 4 months ago
functional-programming
21.81 score 1.3k stars 6.7k dependents 59k scripts 1.1M downloadsreadr - Read Rectangular Text Data
The goal of 'readr' is to provide a fast and friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes.
Last updated 5 months ago
csvfwfparsingcpp
21.23 score 1.0k stars 2.0k dependents 101k scripts 950k downloadslubridate - Make Dealing with Dates a Little Easier
Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of a date-time (years, months, days, hours, minutes, and seconds), algebraic manipulation on date-time and time-span objects. The 'lubridate' package has a consistent and memorable syntax that makes working with dates easy and fun.
Last updated 17 days ago
datedate-time
21.09 score 736 stars 1.9k dependents 138k scripts 807k downloadsmagrittr - A Forward-Pipe Operator for R
Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe."
Last updated 2 years ago
pipe
21.00 score 959 stars 13k dependents 82k scripts 1.1M downloadsreadxl - Read Excel Files
Import excel files into R. Supports '.xls' via the embedded 'libxls' C library <https://github.com/libxls/libxls> and '.xlsx' via the embedded 'RapidXML' C++ library <https://rapidxml.sourceforge.net/>. Works on Windows, Mac and Linux without external dependencies.
Last updated 4 months ago
excelspreadsheetxlsxlsxcpp
20.44 score 731 stars 776 dependents 145k scripts 1.0M downloadstidyverse - Easily Install and Load the 'Tidyverse'
The 'tidyverse' is a set of packages that work in harmony because they share common data representations and 'API' design. This package is designed to make it easy to install and load multiple 'tidyverse' packages in a single step. Learn more about the 'tidyverse' at <https://www.tidyverse.org>.
Last updated 2 months ago
data-sciencetidyverse
20.28 score 1.7k stars 124 dependents 602k scripts 1.4M downloadsrvest - Easily Harvest (Scrape) Web Pages
Wrappers around the 'xml2' and 'httr' packages to make it easy to download, then manipulate, HTML and XML.
Last updated 2 months ago
htmlweb-scraping
20.04 score 1.5k stars 532 dependents 29k scripts 585k downloadsdbplyr - A 'dplyr' Back End for Databases
A 'dplyr' back end for databases that allows you to work with remote database tables as if they are in-memory data frames. Basic features works with any database that has a 'DBI' back end; more advanced features require 'SQL' translation to be provided by the package author.
Last updated 22 days ago
database
19.93 score 478 stars 719 dependents 5.2k scripts 633k downloadsforcats - Tools for Working with Categorical Variables (Factors)
Helpers for reordering factor levels (including moving specified levels to front, ordering by first appearance, reversing, and randomly shuffling), and tools for modifying factor levels (including collapsing rare levels into other, 'anonymising', and manually 'recoding').
Last updated 1 years ago
factortidyverse
18.71 score 554 stars 1.2k dependents 20k scripts 577k downloadshaven - Import and Export 'SPSS', 'Stata' and 'SAS' Files
Import foreign statistical formats into R via the embedded 'ReadStat' C library, <https://github.com/WizardMac/ReadStat>.
Last updated 3 months ago
sasspssstatazlibcpp
18.69 score 424 stars 649 dependents 21k scripts 723k downloadsvroom - Read and Write Rectangular Text Data Quickly
The goal of 'vroom' is to read and write data (like 'csv', 'tsv' and 'fwf') quickly. When reading it uses a quick initial indexing step, then reads the values lazily , so only the data you actually use needs to be read. The writer formats the data in parallel and writes to disk asynchronously from formatting.
Last updated 4 months ago
csvcsv-parserfixed-width-texttsvtsv-parsercpp
17.83 score 623 stars 2.0k dependents 5.1k scripts 736k downloadshms - Pretty Time of Day
Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class.
Last updated 18 days ago
hmstime
16.56 score 140 stars 3.1k dependents 1.3k scripts 887k downloadsmodelr - Modelling Functions that Work with the Pipe
Functions for modelling that help you seamlessly integrate modelling into a pipeline of data manipulation and visualisation.
Last updated 1 years ago
modelling
16.37 score 401 stars 1.0k dependents 6.4k scripts 591k downloadsdtplyr - Data Table Back-End for 'dplyr'
Provides a data.table backend for 'dplyr'. The goal of 'dtplyr' is to allow you to write 'dplyr' code that is automatically translated to the equivalent, but usually much faster, data.table code.
Last updated 4 months ago
datatabledplyr
16.29 score 670 stars 142 dependents 2.5k scripts 556k downloadsreprex - Prepare Reproducible Example Code via the Clipboard
Convenience wrapper that uses the 'rmarkdown' package to render small snippets of code to target formats that include both code and output. The goal is to encourage the sharing of small, reproducible, and runnable examples on code-oriented websites, such as <https://stackoverflow.com> and <https://github.com>, or in email. The user's clipboard is the default source of input code and the default target for rendered output. 'reprex' also extracts clean, runnable R code from various common formats, such as copy/paste from an R session.
Last updated 4 months ago
githubreproducibilityrmarkdownstackoverflow
15.69 score 742 stars 124 dependents 502 scripts 565k downloadsgoogledrive - An Interface to Google Drive
Manage Google Drive files from R.
Last updated 5 months ago
google-drive
14.98 score 324 stars 159 dependents 2.2k scripts 566k downloadsgooglesheets4 - Access Google Sheets using the Sheets API V4
Interact with Google Sheets through the Sheets API v4 <https://developers.google.com/sheets/api>. "API" is an acronym for "application programming interface"; the Sheets API allows users to interact with Google Sheets programmatically, instead of via a web browser. The "v4" refers to the fact that the Sheets API is currently at version 4. This package can read and write both the metadata and the cell data in a Sheet.
Last updated 5 months ago
google-drivegoogle-sheetsspreadsheet
14.59 score 361 stars 141 dependents 7.1k scripts 590k downloadsblob - A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
R's raw vector is useful for storing a single binary object. What if you want to put a vector of them in a data frame? The 'blob' package provides the blob object, a list of raw vectors, suitable for use as a column in data frame.
Last updated 18 days ago
database
13.87 score 45 stars 1.4k dependents 155 scripts 599k downloadsnycflights13 - Flights that Departed NYC in 2013
Airline on-time data for all flights departing NYC in 2013. Also includes useful 'metadata' on airlines, airports, weather, and planes.
Last updated 1 years ago
11.37 score 126 stars 5 dependents 6.9k scripts 33k downloadsmultidplyr - A Multi-Process 'dplyr' Backend
Partition a data frame across multiple worker processes to provide simple multicore parallelism.
Last updated 5 months ago
dplyrmultiprocess
10.74 score 643 stars 4 dependents 478 scripts 730 downloadsduckplyr - A 'DuckDB'-Backed Version of 'dplyr'
A drop-in replacement for 'dplyr', powered by 'DuckDB' for performance. Offers convenient utilities for working with in-memory and larger-than-memory data while retaining full 'dplyr' compatibility.
Last updated 4 hours ago
analyticsdataframedplyrduckdbperformance
10.27 score 295 stars 163 scripts 939 downloads