Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

R: dplyr pipe conditional lead/lag using ifelse with unexpected behavior

r if-statement dplyr

adding default values to item x group pairs that don't have a value (df %>% spread %>% gather seems strange)

r dplyr tidyr

Replacing strings with lookup table dplyr

r string dplyr

Why does subsetting change with tbl_df in dlpyr?

r indexing dplyr

Dygraph's %>% replacing Dplyr's

r dplyr dygraphs

R ggvis multiple plots from single data frame

r dplyr ggvis

Cumulative sum based on certain conditions

r dplyr

dplyr::rowwise, mutate, and NA error

r dplyr

ifelse statement with mutate in dplyr

r dataframe dplyr

dplyr override all but the first occurrences of a value within a group

r dplyr

How to regress multiple series on single series conditioned on grouping variables?

r dplyr regression xts plm

plot polynomial regression line with ggplot stat_smooth

r ggplot2 dplyr

Why does dplyr error in this nested if_else, when logical condition means output should not be evaluated?

r dplyr

SE filter_ by function taking multiple columns

r dplyr

Conditional mutate cumsum dlpyr

r conditional dplyr cumsum

Seemingly inconsistent column reference syntax when chaining methods on pandas data frames

python r pandas dplyr

Grouping variables select first row (keep one column), last row (keep different column)

r dataframe data.table dplyr

What is the tidyeval way of using dplyr::filter?

r dplyr tidyeval

Selecting columns based on row values in multiple columns using dplyr

r dplyr

Standard Deviation coming up NA when using summarise() function

r dplyr standard-deviation