Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

Tidying arrays of numbers in R data frame

r tidyverse tidyr

Convert a columns into separate columns in wide format in R

r tidyverse tidyr

How to reference the last column in pivot_longer() without naming it or providing the index number?

tidyr separate error when use sep parenthesis

r tidyr

separate column with unknown name

r dplyr tidyr

extracting values from column using tidyr

regex r gsub 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