Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Get element number of list while iterating through it

r list tidyverse purrr

Applying mutate_at conditionally to specific rows in a dataframe in R

Combine data file and label file together to have one single labelled dataframe in R

Split a list into separate data frame in R

r dplyr tidyverse purrr

Calculating geographic distances to data points with dplyr::mutate

r dplyr tidyverse geosphere

Tidy way to convert numeric columns from counts to proportions

r tidyverse dplyr

recursive purrr::modify_depth() does not work on ragged lists

r list recursion tidyverse purrr

Bind rows of data frames with some factor columns

r dplyr purrr tidyverse

Using mutate_at() on a nested dataframe column to generate multiple unnested columns

r dplyr tidyr tidyverse purrr

Can forcats::as_factor return an ordered factor?

r tidyverse forcats

Using a variable number of groups with do in function

r function dplyr tidyverse

Iterating over multiple regression models and data subsets in R

readxl, selected worksheets in single .xlsx-workbook

r tidyverse readxl

getting constant text size while using atop function in r

r ggplot2 tidyverse plotmath

How to use variable shadowed by column in dplyr mutate [duplicate]

r dplyr tidyverse

Error in bind_rows_(x, .id) : Argument 1 must have names

r dplyr tidyverse

R purrr:::pmap: how to refer to input arguments by name?

r purrr tidyverse