Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Count non-NA values by group [duplicate]

r dplyr group-by count na

filter function in dplyr errors: object 'name' not found

r dplyr

pivot_wider when there's no names column (or when names column should be created)

r dplyr tidyverse tidyr

Expand start and end dates to unbalanced monthly panel with dplyr

r dplyr plyr tidyverse

Using cummean with group_by and ignoring NAs

r dplyr

Using dplyr summarise() for specific columns within purrr map() with grouped data

r dplyr purrr

How to plot a map based on actual latitude and longitude?

R - Subtract the same value from multiple columns

r dplyr

Selecting distinct values of a column with specific values of other columns

r dplyr group-by duplicates

Cut numeric variable in data frame with different breaks according to group (preferably with dplyr)

r dplyr group-by cut magrittr

Grouped multicolumn gather with dplyr, tidyr, purrr [duplicate]

r dplyr tidyr purrr tidyverse

sorting a table in R by count

r sorting dataframe dplyr

select all columns after a designated column using R

r select dplyr sparklyr

How can I get R dplyr to report the number of rows that meet each case_when condition?

r dplyr case

How can I write a tidyverse-friendly function that respects group_by() earlier in the pipe?

r dplyr tidyr

Passing arguments to dplyr summarize function

r statistics dplyr

How to un-filter or clear filters in r dplyr?

r filter dplyr

How to select observations that are within a certain quantile

r dplyr quantile percentile

Referencing piped dataset in ggplot layers for subsetting

r ggplot2 dplyr magrittr