Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

In ggplot2, specify a confidence interval (95% CI) around geom_smooth (or any trend line) using existing CI variables

r ggplot2 tidyverse

Insert a Sequence of Dates For Every Date In a dataframe

Renaming column names with number accounting for a non-sequential column name

How can I unlist the result of pivot wider in R

r tidyverse

tidy eval map over column names

r tidyverse purrr tidyeval

How to keep vector as date class in R when changing format of dates

r date tidyverse

It some function dedicated to side effects with tibble and pipe-lining?

r dplyr tidyverse

Calculating pairwise p values for multiple variables in R

r ggplot2 dplyr tidyverse

How to replace NA's in numerical columns with the median of those columns? [duplicate]

r dataframe tidyverse

pivot_wider introduces NA values when reshaping from long to wide format [duplicate]

r tidyverse

How can I use the tidyverse to insert values that fall between a specified range and don't already exist in the column of interest

r dplyr tidyverse mlogit

Round numbers at a threshold value in R

r tidyverse

Extracting a date from a column and adding the year if missing in R

r date tidyverse stringr

lump factor based on another column

r tidyverse forcats

how to order columns by names containing special symbols R

r dataframe dplyr tidyverse

How to name a list created by group_split WITHOUT breaking the pipeline IF there are several grouping levels

r tidyverse

Subsetting nested lists within R

r tidyverse nested-lists