Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Assign unique id to consecutive rows within a grouping variable in dplyr

r dplyr

Combine 3 columns into 2 columns and omit NAs

r dataframe dplyr coalesce

Create and fill new table with existing data in R

r dplyr plyr

R cummax function with NA

r function dplyr max

creating new variables from multiple variable using mutate() and across() in dplyr 1.0.0

r dplyr

Join by any of a set of columns with OR in dplyr

r join dplyr

R perform calculations on groups for subset of rows

r data.table dplyr

Finding the number of consecutive days in data [duplicate]

r dplyr data-manipulation

How to convert value to numeric and filter out NAs within function using curly curly?

r dplyr rlang

Assign top 2 ranking by group

r dplyr rank

Calculate extra values for moving average (and other functions)

r dplyr moving-average

How to get two-way tables with marginal proportions?

r dplyr

Drop rows conditional on value on other rows using dplyr in R

r dplyr tidyverse

Remove rows with NAs only for all select columns at start and end of dataset in R

r dplyr na

bootstrapped confidence intervals with dplyr

r dplyr confidence-interval

Filter different number of rows per group

r dataframe dplyr filter

Create Table from SQL statement using dplyr

Setting `.names` for multiple columns in dplyr across

r dplyr across

Adding overall mean when using group_by

r dplyr

Convert dplyr pipeline into SQL string

r dplyr dbplyr