Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

R: Convert all columns to numeric with mutate while maintaining character columns

r dplyr numeric

Problem with custom function in summarize() after group_by() - results identical for all groups

r dplyr summarize

Filter row based on max & unique value in one column

r dplyr tidyverse

Getting the second item after using str_split() in R

r dplyr stringr

R dplyr left join - multiple returned values and new rows: how to ask for the first match only?

r dplyr

Group by two column and summarize multiple columns

r dataframe dplyr tidyverse

How to get previous two years max value in R

r dplyr tidyverse

calculate ratio of two factors for each visit using dplyr

r dplyr

R: c_across() very slow - is there a faster but elegant approach?

r dplyr

Create Unique ID based on a column and calculate the mean based on the generated ID in R

r dplyr uniqueidentifier

If a df does not have all the cols in another, add them and set all to 0

r dataframe dplyr

Temporarily store variable in series of pipes dplyr

r dplyr

Using group_map to apply function to each group in grouped tibbles

r function dplyr tibble

Mutate values in one column based on another column

r dplyr

How to check whether all values in grouped columns are the same?

r dplyr group-by

Turn ordered pairs into unordered pairs in a data frame with dplyr

r dplyr

R: Wrapping t.test in a function

r dplyr tidyeval

Looping and finding nearest data points for sub-groups

r dplyr distance

Adding a column to every dataframe in a list with the name of the list element

r list dplyr

String replace character with backslash and double quote in a column of an R dataframe

r dplyr tidyverse tidyr stringr