Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

dplyr mutate using variable columns

r dplyr tidyverse nse quosure

Using pivot_longer with multiple paired columns in the wide dataset

r tidyverse tidyr

What's a tidyverse approach to iterating over rows in a data frame when vectorisation is not feasible?

r dplyr tidyverse purrr

R: Group Similar Addresses Together

r group lag sum

r dplyr lag tidyverse

Apply function to a row in a data.frame using dplyr

r dplyr tidyverse purrr

Carry / use value from previous group

r data.table tidyverse

How to summarize the top n values across multiple columns row wise?

r tidyverse

How to detect an empty quosure in rlang?

r tidyverse rlang

Using tidy eval for multiple dplyr filter conditions

r tidyverse tidyeval

Find variable combinations that makes Primary Key in R

r data.table tidyverse

defining custom dplyr methods in R package

r dplyr r-package tidyverse r-s3

Table including explicit NAs in R > 3.4.0

r na tidyverse

Summarize data at different aggregate levels - R and tidyverse

How to duplicate last row by group (ID)?

r dplyr data.table tidyverse

Turn off verbose messages when loading tidyverse using library() function

r tidyverse

How to remove rows where all columns are zero using dplyr pipe

r dplyr tidyverse

How do pipes work with purrr map() function and the "." (dot) symbol

r ggplot2 dplyr tidyverse purrr

pivot_wider when there's no value column

r tidyverse

Replacement for parallel plyr with doMC