Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

dplyr mutate using rbinom do not return random numbers

r dplyr

Filter groups in dplyr that exclusively contain specific combinations of values

r dplyr

group_by() into fill() not working as expected

r dplyr tidyr

dplyr: whats the difference between group_by and group_by_ functions?

r dplyr

Add Column of Predicted Values to Data Frame with dplyr

r dplyr

How to catch a dplyr query in a string

r 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