Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

Most idiomatic way to mutate multiple similar columns?

r dplyr tidyr

R: create new rows from preexistent dataframe

Pivot longer with blocks of variables

r dplyr tidyverse tidyr reshape

pivot_wider in R with multiple columns, but keep the name of former variables in separate columns

r tidyr

Pivoting multiple sets of columns using pivot_longer in R [duplicate]

r dplyr pivot tidyverse tidyr

Sum columns based on a string match in other columns

r dplyr tidyr

Pivot_longer() dataset by splitting the header's character strings into multiple columns

r dplyr pivot tidyr

R Add a column in nested data sets

r dplyr nested tidyr purrr

dplyr: reshape wide to long [duplicate]

r dplyr pivot tidyr

scatter plot against all groups for a long data frame

r ggplot2 dplyr tidyr

Fill first (only one) NA with next non-NA value by group using dplyr/tidyr

r performance dplyr tidyr na

combine two data frames with all posible combinations

r dplyr tidyr tidyverse

How to find all unique matches between two vectors?

r tidyr combinatorics

tidyr::gather multiple columns of varying types

r dplyr tidyr tidyverse

Any speedier alternatives to tidyr::unnest_longer() when dealing with nested named vectors?

r performance data.table tidyr

How to use gather function (tidyr package) when column names are numeric?

r tidyr

tidyr equivalent of reshape2::melt() for deeply nested lists of vectors

r tidyr reshape2

String replace character with backslash and double quote in a column of an R dataframe

r dplyr tidyverse tidyr stringr

pivot_longer: values_ptypes: can't convert <integer> to <character>

r type-conversion pivot tidyr

dplyr: How to filter groups by subgroup criteria