Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

r data.table functional programming / metaprogramming / computing on the language

dplyr/rlang: parse_expr with multiple expressions

r parsing dplyr rlang

Calculating Growth Percentage in R Dataframe

r dataframe dplyr

Use R to Efficiently Order Randomly Generated Transects

In dplyr 1.0.0, what is the right way to write a logical disjunction?

r dplyr

Using dplyr's rename() including variable names not in data set

r plyr dplyr

dplyr summarise over nested group_by [duplicate]

Is there a dplyr or data.table equivalent to plyr::join_all? Joining by a list of data frames?

r data.table dplyr plyr

Efficient method for counting open cases at time of each case's submission in large data set

Mean excluding zero and na for all columns with dplyr

r dplyr

Using anonymous functions with summarize_each or mutate_each

r dplyr

debugging: function to create multiple lags for multiple columns (dplyr)

r dplyr

dplyr mutate calling another dataframe

r dplyr

all group members but the current row

r dplyr

Mutate each row in group according to the first row of the group

r dplyr

how to pass a named vector or two vectors as arguments to dplyr::recode

r dplyr recode

Unquote the variable name on the right side of mutate function in dplyr

r dplyr

Passing parameters into function that uses dplyr

r dplyr

R: reorder factor levels for several individual plots

r ggplot2 dplyr

Is there a downside to using get() in dplyr instead of SE?

r dplyr