Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Purrr map multiple functions and two inputs

r dplyr tidyverse purrr

pivot_longer with a very big data.frame, memory efficient approaches

R dplyr filter string condition on multiple columns

r tidyverse

How to mutate new column with intermediate results, accumulate or reduce, in R

r tidyverse reduce accumulate

Tidy data with variable in intermittent rows

How to count elements in each column of a list column in data frame in R

r list tidyverse

Dynamic `case_when` that allows for different number of conditions and conditions itself

r tidyverse

Matching timestamps in two dataframes using dplyr

r timestamp tidyverse dplyr

Is there a more concise method to filter columns containing a number greater than or less than, in dplyr?

r regex dplyr tidyverse

R: How to use summarize and do function together on grouped data

r dplyr tidyverse

Convert list in data frame adjusting compound names

r list tidyverse

Sophisticated formula inside arrange

r tidyverse tidyselect

remove characters from column names

r tidyverse

Check if conditions are met in any previous row in the group R

r dplyr tidyverse

Apply `dplyr::rowwise` in all variables

r tidyverse

How to make table combining multiple columns in R

r tidyverse kableextra

Clean way to do nested lazy evaluation in rlang

r lazy-evaluation tidyverse

Use values in vector to add rows in dataframe

r tidyverse

Count value coincidences into the same group

r dplyr tidyverse

Using dplyr summarize and group_by functions based on "or" condition among multiple columns of a dataframe

r dataframe dplyr tidyverse