Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Change value of variable with dplyr

r dataframe plyr dplyr

Applying a function to every row of a table using dplyr?

r plyr dplyr

Can dplyr join on multiple columns or composite key?

r dplyr

Sum across multiple columns with dplyr

r dplyr

How to select the rows with maximum values in each group with dplyr? [duplicate]

Remove duplicated rows using dplyr

r dplyr

What does %>% function mean in R?

r syntax dplyr magrittr r-faq

Summarizing multiple columns with dplyr? [duplicate]

r dplyr aggregate

How to interpret dplyr message `summarise()` regrouping output by 'x' (override with `.groups` argument)?

r dplyr summarize

Group by multiple columns in dplyr, using string vector input

r dplyr r-faq

Select first and last row from grouped data

r dplyr

Fixing a multiple warning "unknown column"

r dplyr

Relative frequencies / proportions with dplyr

r group-by dplyr frequency

Can dplyr package be used for conditional mutating?

r if-statement case-when dplyr

Extract a dplyr tbl column as a vector

Use dynamic variable names in `dplyr`

r dplyr r-faq

Display / print all rows of a tibble (tbl_df)

r dplyr options display

Filter rows which contain a certain string

r filter dplyr

data.table vs dplyr: can one do something well the other can't or does poorly?

r data.table dplyr