Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

R: counting distinct combinations found in a data frame where columns are interchangable

r dplyr combinations

dplyr: passing a grouped tibble to a custom function

r dplyr

After doing bind_rows() and rbind() on same data.tables , identical() = FALSE?

r dplyr data.table rbind

Different `geom_hline()` for each facet of ggplot [duplicate]

r ggplot2 dplyr

create new columns with mutate_all

r dplyr

Summarize data within multiple groups of a time series

r tidyverse posixct dplyr

Conditionally determining value of column by looking at last group

r dplyr tidyverse

r summarize_if with multiple conditions

r dplyr mode reduction summarize

Standardize variables using dplyr [r]

r dplyr tidyverse tidyr

How to use ifelse inside map function in R

r if-statement dplyr purrr

Collapsing one hot encoded columns based on conditional in R dplyr

r dplyr

can I switch the grouping variable in a single dplyr statement?

r data.table dplyr

Adding rows in `dplyr` output

r dplyr split-apply-combine

ifelse & grepl commands when using dplyr for SQL in-db operations

sql r postgresql dplyr

gather_ does not work. Shouldn't quoting and ~ing have the same effect in standard evaluation mode?

r dplyr tidyr

Select first observed data and utilize mutate

r dplyr

mutate and rowSums exclude columns

r dplyr

R-Error: data_frames can only contain 1d atomic vectors and lists

r dplyr plyr

Find rows where one column string is in another column using dplyr in R

r regex dplyr grepl

Tidy evaluation when column names are stored in strings

r dplyr tidyverse rlang