Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Search for string across entire row of a tibble?

r dplyr purrr stringr tibble

Fill NAs with either last or next non NA value in R

r dplyr tidyverse na zoo

Assign ID to column with NA's

r dplyr tidyverse na

In R create new column with name of column closest in value to target

r dplyr

dplyr: Find first non-zero element and last non-zero element and trim vector, by group

r dplyr

Rank subgroup by group (dplyr)

r dplyr

base::ifelse() within dplyr::arrange() for conditional arrangement of grouped rows

r dplyr data-manipulation

Check if value of column A is present in the same row or previous rows of column B

Using pivot_longer with 2 groups of columns

r dplyr tidyverse

How can I match-up rows in R data frame

r dataframe dplyr

ddply -> dplyr: .fun = summarize with several rows

r plyr dplyr

Counting Instances of Multiple Variables in R

r dplyr

separate list column into columns in R

r dplyr multiple-columns tidyr

Error using dplyr package in R

r dplyr

Saving Residuals of a regression to the original dataframe

r dplyr

dplyr concat columns stored in variable (mutate and non standard evaluation)

r nse dplyr

Conditionally change values in a data frame to their column name

r dplyr purrr

Filter rows in R based on values in multiple rows

r dataframe dplyr

dplyr duplicate each line by a sequence

r dplyr

How to arrange by the last colname with dplyr

r dataframe sorting dplyr