Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Applying lm with map2

r dplyr lm purrr

Count multiple columns and group by in R

r dplyr

R - dplyr - filter top_n rows based on multiple conditions

r dplyr

passing column reference to group_by in an R function

Dataframes within a column of dataframe

r list dplyr purrr

Keeping column labels when using the select function with dplyr

r dplyr

How to rename a SQLite table with dplyr?

r sqlite dplyr

Add 1 to column names that ends in integer r

r dplyr rename

Why does cur_data() within summarize() return df_slice() error?

r dplyr tidyverse

Check dataframe with different functions (dplyr)

r dplyr

How to create `id` for `pivot_longer()`

r dataframe dplyr tidyverse

Multiply a set of values across a dataframe using dplyr

r dplyr

How to pivot_longer a set of multiple columns? and How to go back from that long format to original wide?

r dplyr plyr

Complete dataframe in sparklyr

Efficient way of creating a new variable via fuzzy string matching and grouped summarization in R

r dplyr group-by fuzzy-search

Inserting a new row without specifying column names in R using dplyr

r dplyr

How can I make combn work in dplyr::mutate?

r dplyr

Tidyverse: case_when() not returning correct value

tidyr::pivot_longer() for multiple matching sets of names/values

r dplyr tidyverse tidyr