Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Separate positive values into multiple rows on multiple columns

column renaming with dplyr

r dplyr

storing an R function output list in a column of lists for further processing

r list dplyr

Replace NA values in R dataframe across multiple columns using truncated names of other columns [duplicate]

r dataframe dplyr na

Compare dataframe columns with vectors to obtain lower and upper bounds

r dplyr

Calculate proportion of several binary variables by another variable

r dplyr

R dplyr's group_by consider empty groups as well

r group-by dplyr

how to import with roxygen packages the pipe operator %>% from dplyr

r dplyr package pipe roxygen2

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