Language

Package: r-dplyr @ 1.0.2

Synopsis

Tools for working with data frames in R

Description

dplyr is the next iteration of plyr. It is focussed on tools for working with data frames. It has three main goals: 1) identify the most important data manipulation tools needed for data analysis and make them easy to use in R; 2) provide fast performance for in-memory data by writing key pieces of code in C++; 3) use the same code interface to work with data no matter where it is stored, whether in a data frame, a data table or database.

Home page
https://github.com/hadley/dplyr
Location
gnu/packages/statistics.scm (line: 1682, column: 2)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

description should start with an upper-case letter or digit