Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Subset/filter in dplyr chain with ggplot2

r ggplot2 dplyr subset

How to add calculated columns to nested data frames (list columns) using purrr

r dplyr purrr

Select columns, skip if column not exist

r select 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