Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Use filter() (and other dplyr functions) inside nested data frames with map()

r dplyr tidyverse purrr

Pass multiple functions to purrr:map

r tidyverse purrr

Dplyr mutate new column at a specified location

r dplyr tidyverse

Removing suffix from column names using rename_all?

r tidyverse

Using standard evaluation and do_ to run simulations on a grid of parameters without do.call

ggplot 'non-finite values' error

r ggplot2 tidyverse tidytext

Renaming multiple columns with dplyr rename(across(

r dplyr tidyverse rename across

Does a multi-value purrr::pluck exist?

r tidyverse purrr

What is the difference between as.tibble(), as_data_frame(), and tbl_df()?

set missing values for multiple labelled variables

r tidyverse r-haven

tidyverse: binding list elements of same dimension

r dplyr tidyverse reduce purrr

Conditional replacement of column name in tibble using dplyr

r dplyr tidyverse

Filling missing dates in a grouped time series - a tidyverse-way?

r dplyr time-series tidyverse

Replace NA on numeric columns with mutate_if and replace_na

r tidyverse

How to rename a column to a variable name "in a tidyverse way"

r dplyr tidyverse

How to change column data type of a tibble

r tidyverse

Remove an element of a list by name

r tidyverse

round_any equivalent for dplyr?

r dplyr rounding plyr tidyverse

What is the difference among prep/bake/juice in the R package "recipes"?

mutate with case_when and contains

r dplyr tidyverse