Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Why is R dplyr::mutate inconsistent with custom functions

r dplyr

Create R function using dplyr::filter problem

r filter dplyr rlang tidyeval

R: How can I do a conditional count in dplyr? [duplicate]

r dplyr

Evaluate different logical conditions from string for each row

r dplyr nse

R, pass column name as argument to function using dplyr::filter() and %in%

r filter dplyr

Count cumulative unique factors separated by semicolon Grouped by Name

r data.table dplyr zoo

replace negative values with NA for all columns?

r dplyr

dplyr mutate_at and case_when

r dplyr

tryCatch inside dplyr's mutate?

r exception-handling dplyr

programmatically rename columns in dplyr

r dplyr

How do I summarise all columns except one(s) I specify?

r dplyr

Recursive sum over two variables using dplyr

Keep only groups of data with multiple observations

r dplyr

Summarize different Columns with different Functions

Showing total (sum) values each group on the top of stacked bar chart in ggplot2 [duplicate]

r ggplot2 dplyr

dplyr::mutate (assign na.rm =TRUE)

r sum dplyr na

Using case_when with dplyr across

r dplyr

Using the dplyr library in R to "print" the name of the non-NA columns

r dplyr

Can you use dplyr across() to iterate across pairs of columns?

r dplyr tidyverse across

Opposite of tidyr::separate, concatenating multiple columns into one

r dplyr tidyr