Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Use case_when across columns to make a new column

How to fill NA's in a column if the column contains a number but leave NA if a column is all NAs

r dplyr tidyr

Reorder one row in tibble - move it to the last row

r dplyr

Adding a row at the end of a group in R

r dataframe dplyr

Pivot wider and summarise whether level exists

r dplyr

left_join produces NAs when key has spaces

r dplyr

Group dataframe by ID and then split it into multiple dataframes for each group [duplicate]

r dplyr

How to create new random column variables based on column values in R

r dplyr mutate

dplyr Replace values in multiple variables

r dplyr stringr magrittr

Frequent product pair given transaction in R

r dplyr

Assign group identifiers to groups of rows falling between rows containing a string in R

r dplyr

dplyr: Why do some operations work "rowwise" without calling rowwise() and others dont?

r dplyr rowwise

Retain nesting variable when using select on nested tibble

r dplyr tidyr purrr

Rename columns of a dataframe based on values in 3 rows

r dplyr

Tidyverse equivalent of which()

r dplyr

R dplyr: filter common values by group

r dplyr

Perform t-tests by groups

r dplyr t-test

Left join two R data frames with OR conditions

r dataframe join dplyr

dplyr::rename_all & dplyr::if_else

r string dplyr