Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

How to use stringr::str_match_all inside dplyr::mutate in the tidyverse pipe

r regex dplyr stringr mutate

Select Groups Where the First Value Equals "x" in R

dplyr pipe input processing?

r dplyr magrittr

Is there any faster way than rowwise() to apply a function row-wise to one column of a tibble?

r dplyr tidyverse purrr

More efficient method for counting open cases as of creation time of each case

opposite of `bind_cols()` in R [duplicate]

r dplyr tidyverse

Replace values over threshold with values from another column

r dataframe replace dplyr

Summarizing rows on unique value, except time column

r dplyr

How do I use coalesce rowise?

r dplyr

Renaming Columns in R According to Repeating Sequence

r dplyr rename reshape2

Group t test result into columns within tidyverse

r dplyr purrr broom

How to create a function with "not equal to"?

r ggplot2 dplyr nse

Filter n rows of grouped data frame when different n for each group

r dplyr

Getting rid of wash out rows in R dataframe by group

r dataframe data.table dplyr zoo

Group by two factors with dplyr

r dplyr group-by

Subtracting each column from its previous one in a data frame

r dplyr purrr

Test equality of/filter geometries in sf?

r dplyr geospatial purrr r-sf

How to use case_when with mutate_all to insert variable value

r dplyr case-when

New columns based off existing column and column located next to it

r dplyr melt

Summarize using dplyr giving wrong result

r group-by dplyr