All Projects → skranz → dplyrExtras

skranz / dplyrExtras

Licence: other
Some extra functionality that is not (yet) in dplyr, e.g. mutate_rows or s_filter, s_arrange ,...

Programming Languages

r
7636 projects

Labels

Projects that are alternatives of or similar to dplyrExtras

Tidypredict
Run predictions inside the database
Stars: ✭ 223 (+1015%)
Mutual labels:  dplyr
implyr
SQL backend to dplyr for Impala
Stars: ✭ 74 (+270%)
Mutual labels:  dplyr
dplyr.teradata
A Teradata Backend for dplyr
Stars: ✭ 16 (-20%)
Mutual labels:  dplyr
R-advantages-over-python
This repository enumerates all the reasons why R is better than python for DS
Stars: ✭ 59 (+195%)
Mutual labels:  dplyr
datawizard
Magic potions to clean and transform your data 🧙
Stars: ✭ 149 (+645%)
Mutual labels:  dplyr
tutorials
Short programming tutorials pertaining to data analysis.
Stars: ✭ 14 (-30%)
Mutual labels:  dplyr
Tidyheatmap
Draw heatmap simply using a tidy data frame
Stars: ✭ 151 (+655%)
Mutual labels:  dplyr
learning R
List of resources for learning R
Stars: ✭ 32 (+60%)
Mutual labels:  dplyr
Dplyr Tutorials
Repository for dplyr tutorials I made
Stars: ✭ 24 (+20%)
Mutual labels:  dplyr
advanced-data-wrangling-in-R-legacy
Advanced-data-wrangling-in-R, Workshop
Stars: ✭ 14 (-30%)
Mutual labels:  dplyr
dplyover
Create columns by applying functions to vectors and/or columns in 'dplyr'.
Stars: ✭ 42 (+110%)
Mutual labels:  dplyr
CSSS508
CSSS508: Introduction to R for Social Scientists
Stars: ✭ 28 (+40%)
Mutual labels:  dplyr
datar
A Grammar of Data Manipulation in python
Stars: ✭ 142 (+610%)
Mutual labels:  dplyr
R4ds Exercise Solutions
Exercise solutions to "R for Data Science"
Stars: ✭ 226 (+1030%)
Mutual labels:  dplyr
casewhen
Create reusable dplyr::case_when() functions
Stars: ✭ 64 (+220%)
Mutual labels:  dplyr
Chunked
Chunkwise Text-file Processing for 'dplyr'
Stars: ✭ 153 (+665%)
Mutual labels:  dplyr
db.rstudio.com
Website dedicated to all things R and Databases
Stars: ✭ 13 (-35%)
Mutual labels:  dplyr
starwarsdb
Relational Data from the Star Wars API for Learning and Teaching
Stars: ✭ 34 (+70%)
Mutual labels:  dplyr
parcours-r
Valise pédagogique pour la formation à R
Stars: ✭ 25 (+25%)
Mutual labels:  dplyr
RLadies RoCur
No description or website provided.
Stars: ✭ 24 (+20%)
Mutual labels:  dplyr

dplyrExtras

Some extra functionality that was mainly helpful for older dplyr versions can still be useful but is somewhat less relevant now:

To install in R, first install the package devtools from CRAN and then run

library(devtools);
install_github(repo="skranz/dplyrExtras")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].