Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

How to apply same operation to multiple data frames in dplyr-R?

bind_rows to each group of tibble

r tidyverse tibble

Take difference between first and last observations in a row, where each row is different

r dplyr tidyverse

How to identify and tally intersection items in R

r dplyr tidyverse venn-diagram

Get K nearest neighbors based on latitude and longitude

r dplyr tidyverse tidy

Conditionally rename columns in list, based on separate character vector stored in data.frame

r tidyverse rename purrr

Way to format gt table across a single row?

r dplyr tidyverse gt

Get `chisq.test()$p.value` for several groups using `dplyr::group_by()`

r dplyr chi-squared tidyverse

Adding a vector as new columns in existing data frame

How to do a sort of mixed values in R

r tidyverse data-munging

How to pass extra parameter to purrr::map with dplyr pipe

r tidyverse

Replace a specific character in all of the variables in data frame

r tidyverse

Add rows to a data-frame based on values in one of the columns

r dplyr tidyverse

Replace multiple `summarize`statements by function

r function tidyverse summarize

Subset a vector of lists in R

r list dplyr subset tidyverse

reshaping rows of data to two columns

r tidyverse

How to spread a single column into wide format with 0 and 1 as values defined conditionally?

str_replace_all by position, applied over a vector

r tidyverse stringr purrr

Combine dimensions of lists of lists into separate vectors

r list merge tidyverse

finding position number of an object within a list

r list tidyverse