Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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]

Using str_extract in R to extract a number before a substring with regex

r regex tidyverse stringr

use dplyr mutate() in programming

r tidyverse nse dplyr

Convert data frame row to column names

r dataframe tidyverse tibble

Coalesce pairs of variables within a dataframe based on a regular expression

r dplyr tidyverse purrr coalesce

R: crosstalk::SharedData linked data with different format (wide/long), when tidyverse verbs don't work

r plotly tidyverse dt crosstalk

How to construct arguments for case_when from data frame?

r dplyr tidyverse rlang

Is there any explicit guarantee that dplyr operations preserve row order?

r dplyr tidyverse

Pivoting data with varying width from wide to long with flexible call (to be used in loop)

r time-series tidyverse tidyr

How to exact match two column values in entire Dataset using R

Splitting strings into number and string (with missings)

r regex string tidyverse