Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Aggregating values NOT in group, with dplyr

r dplyr aggregate

Modify data.frame column with data and condition from another data.frame [duplicate]

r dplyr data.table

Transforming long table into wide format with counts for only one column

Summing a set of R dataframe rows (column-wise), while retaining the first n columns

r dataframe dplyr

Create a new dataframe with rows for every value in a sequence between two columns in a previous dataframe [duplicate]

r dataframe dplyr tidyr

Group By Non-Missing Values Dplyr

r dplyr

Apply function to two columns at a time with purrr

r dplyr purrr

With dplyr, how to update two twisted columns in parallel, rather than an iterative manner?

r dataframe dplyr

Filter data.frame by list

r dataframe list dplyr

In R, how can I use a quoting function inside another function?

r dplyr rlang

How can I clean, describe, perform descriptive analysis and visualize Likert questions in R?

r dplyr tidyverse

Find every combination meeting constraints

How to Add Column Labels When Piping in R with dplyr and labelled?

r dplyr r-labelled

dplyr standard evaluation: summarise_ with variable name for summed variable

dplyr verbs removing custom classes and attributes?

r dplyr

dplyr group_by over elements of two columns

r dplyr grouping tidyverse

How to get the difference in value between subsequent observations (country-years)?

Remove prefix letter from column variables

r dplyr