Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Can dplyr::mutate function modify a column's value by the index of this column?

r dplyr

How to fill down a given text up to another given text and so on in R?

r dplyr text fill mutate

How to duplicate specific rows but changing the value in one column by splitting by the comma separated values of an original cell in R [duplicate]

r dplyr split duplicates dataset

Assign multiple columns from lapply() using dplyr and tibble

r dplyr tibble

Using dplyr distinct to ignore geometries of sf object in R

r dplyr spatial r-sf

R merge two dataframes by closest date [duplicate]

r dataframe dplyr merge

Transpose a data frame and add column names as variables in R

r dplyr data.table tidyverse

tidyverse solution for multiplying columns by a vector

r dplyr tidyverse purrr

R - dplyr - Group by column and calculate the sum keeping NA's if only NA's present for a given group

r dplyr

Filtering using dplyr filter() on multiple conditions

r dplyr

R Shiny dplyr reactive filters

r filter shiny dplyr reactive

How to filter out where specific columns are all na [duplicate]

r dataframe dplyr filter

R: dplyr How to group by then filter rows based on the condition of each group's first row

r dplyr

Add rows by group and fill them with zero in R with dplyr

r dplyr datatable tidyverse

Curly Curly on ggplot label

r ggplot2 dplyr tidyverse

Remove Rows occurring after a String R Data frame

r dplyr data-manipulation

Finding the longest stretch of repeated words in a long string of characters

How can I separate a string into multiple rows in the same database in R?

How can I relocate mutated columns next to the original colums?

r function dplyr across relocate

Join creates .x and .y column but they have identical content - why?

r dplyr