Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Dplyr non standard evaluation with function name passed as a string

r function dplyr scoping nse

Generate running combinations of vector values in R

r dplyr tidyr

Specify the calculation by column using adorn_totals()

r dplyr janitor

Side-by-side bar chart with columns proportional by group (relative frequency bar chart)

r ggplot2 dplyr bar-chart

Filtering multiple columns via a list using %in% and filter in R

r dataframe filter dplyr

error in running factor() on a column of a data frame

r dplyr

Calculate difference from the group mean using dplyr

r dplyr

Concatenate data.frame character columns based on column index stored as a vector in R w/ dplyr mutate()?

r dplyr

Transfer unique values per column into rows - a maximum of 10 values per row

r transpose dplyr

R: aggregate by all factor levels (present and not present)

r aggregate dplyr

Subset a dataframe with 3 threshold conditions of corresponding ID names

r dataframe dplyr

Sub-setting by group closest to defined value

r dplyr subset

It some function dedicated to side effects with tibble and pipe-lining?

r dplyr tidyverse

Calculating pairwise p values for multiple variables in R

r ggplot2 dplyr tidyverse

Apply condition to whole row with dplyr

r dplyr

How can I summarise a factor or character variable? [duplicate]

r dataframe dplyr tapply

Update column of dataframe1 based on column of dataframe2 + create new row if column1 is not empty

r dataframe dplyr data.table

Pivoting a dataframe that needs to be both wider and longer

r dplyr pivot-table