Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Rename all column names with a suffix except listed column name using dplyr?

r dplyr

Create a dataframe with list elements with dplyr in R

r dplyr

How to find if ANY column has a specific value I am looking for?

r filter dplyr

how to slice data in lapply function

r ggplot2 dplyr lapply

How to mutate multiple columns as function of multiple columns systematically?

r dplyr across

Remove same columns from left_join

r dplyr

Packages with the same function name

r ggplot2 dplyr

Mutating columns of a data frame based on a predicate function (dplyr::mutate_if)

r dplyr purrr

Match and replace columns of dataframe by multiple conditions

r datetime dataframe dplyr

Using dplyr summarize with different operations for multiple columns

r dplyr

r - Convert output from sf::st_within to vector

r dataframe dplyr gis sf

Combine: rowwise(), mutate(), across(), for multiple functions

r dplyr rowwise across

R: Further subset a selection using the pipe %>% and placeholder

r dplyr magrittr

Value matching with NA - missing values - using mutate

r dplyr

Count NAs between first and last occured numbers

R - fill na values sequentially from last nonzero value

r dplyr

Melt a dataframe by pattern in colnames

r dataframe dplyr reshape2 tidyr

conditional calculations in data frame

r dplyr

How do I combine mutate_all and ifelse

r dplyr

Is there a way to collapse related variables into a single based on a condition?

r dplyr