Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Clearing all values in a dataset while retaining attributes using tidyverse

r dplyr tidyverse

Replicate each column for certain times

r dataframe dplyr tidyverse

What parameter must an R function have to use it within the mutate function from tidyverse?

r tidyverse dplyr

How to Use Dplyr::Select Functions within Purrr:Map2 All Within a Pipe

r tidyverse

"Undefined columns selected" error when executing mutate and case_when in r

r tidyverse

How to use map_if based on the name of each element in the list

Filter based on data in a nested data frame column using purrr

r dplyr tidyverse purrr

Am not able to load tidyverse in R 4.0.5 any leads?

r tidyverse

Count the number of overlaps between groups

How to multiply a scalar value across multiple columns in R data.frame?

Working with tidyverse, ggplot, and broom to add confidence interval to a proportion test (prop.test) in R

Wide to Long Form Regex R [duplicate]

r dplyr tidyverse reshape tidyr

Select Columns based on Values in Column

r tidyverse tibble

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