Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Using `dplyr::mutate()` to create several new variables from names specified in a vector

r dplyr tidyverse tidyeval

Generating minimum value in cumsum function in R

r tidyverse cumsum

dplyr::recode in conjunction with stringr::str_detect()

r dplyr tidyverse stringr

How to perform statistical test using dplyr grouping and then make tibble with broom

r tidyverse broom

Add variable labels within mutate

r dplyr tidyverse

tidyverse: Cross tables of one variable with all other variables in data.frame

Calculate the values of a probability density function for multiple columns of means and a single column of sigma

Using scale_color with a variable of class date produces Error: as.Date.numeric(value) : 'origin' must be supplied

r date ggplot2 colors tidyverse

Unexpected Behavior with dplyr::filter()

r filter dplyr tidyverse

Tricky grouping of pairs from columns to rows

r tidyverse

How to string count unique values in data strings

r tidyverse

use replace_na conditionally

r missing-data 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