Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Temporarily store variable in series of pipes dplyr

r dplyr

Using group_map to apply function to each group in grouped tibbles

r function dplyr tibble

Mutate values in one column based on another column

r dplyr

How to check whether all values in grouped columns are the same?

r dplyr group-by

Turn ordered pairs into unordered pairs in a data frame with dplyr

r dplyr

R: Wrapping t.test in a function

r dplyr tidyeval

Looping and finding nearest data points for sub-groups

r dplyr distance

Adding a column to every dataframe in a list with the name of the list element

r list dplyr

String replace character with backslash and double quote in a column of an R dataframe

r dplyr tidyverse tidyr stringr

Can dplyr::mutate function modify a column's value by the index of this column?

r dplyr

How to fill down a given text up to another given text and so on in R?

r dplyr text fill mutate

How to duplicate specific rows but changing the value in one column by splitting by the comma separated values of an original cell in R [duplicate]

r dplyr split duplicates dataset

Assign multiple columns from lapply() using dplyr and tibble

r dplyr tibble

Using dplyr distinct to ignore geometries of sf object in R

r dplyr spatial r-sf

R merge two dataframes by closest date [duplicate]

r dataframe dplyr merge

Transpose a data frame and add column names as variables in R

r dplyr data.table tidyverse

tidyverse solution for multiplying columns by a vector

r dplyr tidyverse purrr

R - dplyr - Group by column and calculate the sum keeping NA's if only NA's present for a given group

r dplyr

Filtering using dplyr filter() on multiple conditions

r dplyr

R Shiny dplyr reactive filters

r filter shiny dplyr reactive