Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

How to use dplyr across to filter NA in multiple columns [duplicate]

r dplyr

Path along linked values taking the lowest value each time

r dplyr data.table igraph

dplyr mutate based on other column with different suffix

r dplyr prefix suffix

Can't set number of day and name of day in R (date always character)

r dplyr xts

Group by grepping for terms in a column with dplyr

r regex dplyr

Merging two factor/character columns into one column

r dplyr tidy

Test for equality across subset of columns in dplyr

r dplyr

R - mutate for string processing - not getting the behavior I was hoping for

r string dplyr

Is there a multiple-columns-as-input version of dplyr's "across" function?

r dplyr

Delete/remove column with dplyr/magrittr in R

r dplyr

How to melt by all combination pairs of a column?

sql r sqlite dplyr

Wide data frame with 4 columns to long data frame with 3 columns [duplicate]

r dplyr wide-column-store

Is there a efficient way to mutate only on rows that meet a condition? Think mutate(when(condition))

Complex cumulative sum with double resets

r dplyr cumsum

How to append a matrix of columns to a data frame in dplyr?

r matrix dplyr

Replace all underscores in feature names with a space

r dplyr

Predicate function to check that values across >3 columns are all equal

r dplyr

Subtracting values in one column based on two other columns in R

r dataframe dplyr

Aged inventory schedule using dplyr, cumsum and lag

R mutate dataframe based on rows meeting certain condition in each row

r dplyr mutate