Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

How to remove columns and rows that sum to 0 while preserving non-numeric columns

r dplyr data-manipulation

Pass a string as variable name in dplyr::mutate

r dplyr

Dplyr Filter Multiple Like Conditions

r dplyr sqldf

Is there an elegant tidyverse method for renaming columns en masse?

r dplyr rename

Using mutate with dates gives numerical values [duplicate]

r date dplyr lubridate

Combining and duplicating rows based on a condition

r dplyr

Find neighbour of a neighbour

r list for-loop dplyr

dplyr filter: multiple conditions in a dataframe

r dplyr

Applying a conditional across multiple columns using case_when in dplyr 1.0.0

r dplyr

Apply a custom function to pairs of columns in a dataframe

Aggregating values NOT in group, with dplyr

r dplyr aggregate

Modify data.frame column with data and condition from another data.frame [duplicate]

r dplyr data.table

Transforming long table into wide format with counts for only one column

Summing a set of R dataframe rows (column-wise), while retaining the first n columns

r dataframe dplyr

Create a new dataframe with rows for every value in a sequence between two columns in a previous dataframe [duplicate]

r dataframe dplyr tidyr

Group By Non-Missing Values Dplyr

r dplyr

Apply function to two columns at a time with purrr

r dplyr purrr