dplyr

E436331

dplyr is a popular R package that provides a consistent, fast, and intuitive grammar of data manipulation for data frames and tibbles.

All labels observed (1)

Label Occurrences
dplyr canonical 4

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf R package
software library
compatibleWith base R pipe operator
magrittr pipe operator
creator Hadley Wickham
designGoal consistency
intuitive syntax
speed
developedBy RStudio (now Posit)
linked to: RStudio
documentationUrl https://dplyr.tidyverse.org
focusesOn data manipulation
data transformation
data wrangling
hostedOn CRAN
GitHub
implements grammar of data manipulation
keyword data analysis
data manipulation
tidy data
license MIT License
maintainer Hadley Wickham
Posit PBC
partOfEcosystem tidyverse
programmingLanguage R
providesFunction arrange
bind_cols
bind_rows
distinct
filter
group_by
join functions
mutate
relocate
rename
select
slice
summarise
summarize
ungroup
sourceRepository https://github.com/tidyverse/dplyr
supports piping workflows
supportsDataStructure data frame
tibble
usedFor data preprocessing
exploratory data analysis
usesLanguage C++
usesLibrary Rcpp
magrittr
rlang
tibble
writtenIn R

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

R hasPackage dplyr
tidyverse corePackage dplyr
ggplot2 compatibleWith dplyr
tidyr compatibleWith dplyr