Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

dplyr mutate new dynamic variables with case_when

r dynamic dplyr

NA filling only if "sandwiched" by the same value using dplyr

r dplyr na

R dplyr: change the row value of columns having an specific name

r dataframe dplyr

R filterings rows that contain a combination of words

r text dplyr filtering

Chop off the first letter of every variable name [duplicate]

r dplyr tidyverse

Dplyr filter top and bottom rows by value simultaneously on grouped data

r dplyr

Apply a summarise condition to a range of columns when using dplyr group_by?

r group-by dplyr

Slow dplyr query in R

r dplyr

Create list of lists from tibble in R (tidyverse)

r dplyr tidyverse purrr

Conditional term after the `~` in a `case_when` function

r dplyr tidyverse case-when

Using `mutate` to create column copies using a named vector

r dplyr names

Strange recycling of factors in dplyr::mutate - bug or feature?

r dplyr

calculate a percentage from the start of an intervention in R

r dplyr

Creating a column to enumerate a set of events

r plyr dplyr

Mutate with dplyr using multiple conditions

r dplyr

Expand Data Frame

r dplyr

using dplyr's do() with summary()

r dplyr summary

Rename variable names in dplyr based on vectors new_varname, old_varname [duplicate]

r dplyr rename

What is the equivalent of dplyr mutate and summarise in data table? [duplicate]

r data.table dplyr

Strip trailing spaces from factor labels using dplyr chain

r dplyr