Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

pivot_longer into multiple columns

r pivot tidyverse tidyr regex

Keep top 3 values in a row, change everything else to NA

r dplyr tidyverse

using tidyverse; counting after and before change in value, within groups, generating new variables for each unique shift

r dplyr tidyr tidyverse

What are helpful optimizations in R for big data sets?

r dplyr data.table 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