Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

Convert Rows into Columns by matching string in R

r dataframe dplyr tidyr

How to do rowSums over many columns in ``dplyr`` or ``tidyr``?

r dplyr tidyr

How to ungroup list columns in data.table?

r data.table kdb tidyr

tidyr spread does not aggregate data

r tidyr

data.table equivalent of tidyr::complete with group_by with on and by syntax

r group-by data.table tidyr

Return original data set after top_n

r dplyr tidyr

separate list column into columns in R

r dplyr multiple-columns tidyr

Using regex and tidyr in R to split column variable on first instance of match

r regex tidyr

Spread multiple columns in a function

r dplyr tidyr rlang

Reformat data from long to wide

r reshape2 tidyr

Filter by combination of (row) pairs

r dplyr subset tidyr tidyverse

How do I select all unique combinations of two columns in an R data frame?

r dplyr tidyr

Using separate from tidyr with different length vectors

r dplyr stringr tidyr

How to split column into two in R using separate [duplicate]

r tidyr

In R, how can I change the location of row and column?

r dplyr tidyr

How can tidyr spread function take variable as a select column

r tidyr

Can't change the column names outputted by "gather" to be anything other than the default names

r tidyr

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

r dplyr tidyr tidyverse purrr