Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

What is causing 'object not found' error in filter() with the across() function?

r dplyr tidyverse

Using Date/Time to Filter in R

r dplyr

Using if/else statement to insert a decimal for a column based on starting letter and string length of the row using R

r dplyr tidyr stringr

Rounded averages by group that sum to the same as the group total

r dplyr average rounding

How to check for the existence of a certain value in a set of variables only when there is no NA?

r dataframe dplyr na

How to perform left join using multiple columns where one data frame has missingness in one column?

r dplyr merge left-join

R dplyr: select all columns after transforming selected columns

r dplyr

How to use stringr::str_match_all inside dplyr::mutate in the tidyverse pipe

r regex dplyr stringr mutate

Select Groups Where the First Value Equals "x" in R

dplyr pipe input processing?

r dplyr magrittr

Is there any faster way than rowwise() to apply a function row-wise to one column of a tibble?

r dplyr tidyverse purrr

More efficient method for counting open cases as of creation time of each case

opposite of `bind_cols()` in R [duplicate]

r dplyr tidyverse

Replace values over threshold with values from another column

r dataframe replace dplyr

Summarizing rows on unique value, except time column

r dplyr

How do I use coalesce rowise?

r dplyr

Renaming Columns in R According to Repeating Sequence

r dplyr rename reshape2

Group t test result into columns within tidyverse

r dplyr purrr broom

How to create a function with "not equal to"?

r ggplot2 dplyr nse

Filter n rows of grouped data frame when different n for each group

r dplyr