Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

using dplyr lead but with some contraints

r dplyr

Add a new column to dataframe using mutate_ where column name is specified by a variable

r dataframe dplyr

Is dataframe name required when using case_when inside mutate? [duplicate]

r dplyr

k-fold cross-validation in dplyr?

r dplyr

Compute date difference between rows considering different groups inside dataframe

r dplyr

Setting column names when using bind_cols (r, dplyr)

r dplyr

Using select-like mechanism to select variables for distinct call in dplyr

r dplyr lazy-evaluation nse

Error in subsetting with $ immediately after a function in dplyr pipe

r dplyr

Custom rcpp last function slow with dplyr group_by and summarise compared to tapply

r performance dplyr tapply

Using dplyr to filter rows which contain partial string of column

r filter dplyr summarize

Conditional recode based on lookup vector

r dplyr lookup recode

dplyr bind_rows execution time exponential

r dplyr purrr

use magrittr pipe within closures

r dplyr pipe magrittr

Faceted horizontal divergent stacked bar plot including negative values using dplyr and ggplot

r ggplot2 dplyr bar-chart likert

unquote string as variable in pipe

r dplyr

How to use variable shadowed by column in dplyr mutate [duplicate]

r dplyr tidyverse

How do I create new columns based on the values of a different column and count the percentage value of another numerical column in R?

Performing dplyr mutate on subset of columns

r dplyr

How to speed up subset by groups

r performance data.table dplyr

Using summarise with weighted mean from dplyr in R

r dplyr