Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

translate this loop into purr?

r tidyverse purrr

Emulating reshape2::melt with pivot_longer for matrixes

r tidyverse tidyr melt

Looking for a dplyr function to apply a filter conditionally

r dplyr tidyverse

How to avoid excessive lambda functions in pandas DataFrame assign and apply method chains

Fill numeric variable while preserving group

r dataframe dplyr tidyverse

Chop off the first letter of every variable name [duplicate]

r dplyr tidyverse

One hot encode list of vectors

r tidyverse

Create list of lists from tibble in R (tidyverse)

r dplyr tidyverse purrr

Conditional term after the `~` in a `case_when` function

r dplyr tidyverse case-when

A more elegant way to compute within-group proportions in dplyr? [duplicate]

r dplyr tidyverse

How to call a function for each row of a data.frame?

r dataframe tidyverse

rename_if() together with starts_with() to prefix certain columns [duplicate]

r dplyr rename tidyverse purrr

Eliminate the ungroup... message from tidyverse package

r dataframe dplyr tidyverse

Recode different values in multiple columns as factor

r tidyverse

How to use ggplot to plot T-SNE clustering

tidyr - unique way to get combinations (using tidyverse only)

r tidyr tidyverse

Tidyverse: Reduce variables by group

r tidyverse

Summarising multiple variables without iteration

r tidyverse

How can I add stars to broom package's tidy() function output?

r dataframe lm tidyverse broom

Gathering specific pairs of columns into rows by dplyr in R [duplicate]