Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Pass column names as strings to group_by and summarize

r dplyr summarize rlang quosure

How to select_if in dplyr, where the logical condition is negated

r function select dplyr

How to assign a value to a data.frame filtered by dplyr?

r dplyr

dplyr: using filter, group_by, from within mutate command [duplicate]

r dplyr

dplyr - right join after group_by not producing desired/expected result

r dplyr

Distances of points between rows with sf

r dplyr sf

Create counter for runs of TRUE among FALSE and NA, by group

fill in NA based on the last non-NA value for each group in R [duplicate]

r dplyr na

Scale relative to a value in each group (via dplyr)

r dplyr

R mutating along a list of dataframes

r dplyr

Using dplyr mutate_at with custom function

r dplyr

Unique rows, considering two columns, in R, without order

r unique plyr dplyr

Can I replace NAs when joining two data frames with dplyr?

r dplyr

add_column in tibble with variable column name

r dplyr tibble

Move a column conveniently

r dplyr

How to Count Unique rows in a data frame?

r dataframe dplyr aggregate

dplyr::n() returns “Error: Error: n() should only be called in a data context ”

r dplyr

Programmatically dropping a `group_by` field in dplyr

r dplyr

Fitting several regression models by changing only one independent variable within mutate()

r dplyr regression tidyverse

dplyr - filter by group size

r dataframe filter dplyr subset