Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

R: Looping over custom dplyr function

r loops dplyr purrr nse

Use 'case_when' to assign several new variables at once for a given condition

r dplyr

How do I create many new variables in R, each of them based on multiple other variables?

x no applicable method for 'tbl_vars' applied to an object of class "c('double', 'numeric')"

r dataframe dplyr group-by count

Calculating overlapping dates in R (dplyr)

r dplyr lubridate

group_by and filter removes too many rows

r dataframe dplyr tidyverse

dplyr error "length(xmin) == 1 is not TRUE" with mutate when using the integral() function

r dplyr

Not able to use input argument function as filter argument (R/dplyr)

r function input dplyr

How can we apply tidyr:: spread() to all categorical variables at once creating new columns for each level of each categorical variable? [duplicate]

Joining two dataframes - By Combinations keeping Attributes

Grouping and Counting instances?

r dplyr plyr

Another length error using dplyr mutate() and if_else()

r dplyr

Code sequence by group in R: recurring values within group

r dplyr time-series sequencing

How to extract height and width from dimensions string in R using stringr?

r dplyr stringr

Is there a way to select the first row within a group with different conditions in dplyr?

r dplyr tidyverse

How to subtract one column from multiple columns in a dataframe in R using dplyr

r dplyr

Non-equi join in tidyverse

r join dplyr dbplyr dtplyr

Creating nested data frames with variable dimensions

r dplyr nested purrr

r count the number of nonmissing entries per variable per ID

r dplyr count