Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Extract a single value from a dataframe/tibble the tidy/dplyr way?

r dplyr tidyverse

Create and fill new columns based on range information from two other columns

r tidyverse

Compare strings in dplyr

r dplyr tidyverse

Check if the value exists in any other columns with Tidyverse

error when using case_when in grouped data frame (because it evaluates all conditions)

r tidyverse

Mutate/filter column which has same name as another dataframe

replicate `expand.grid()` behavior with data.frames using tidyr/data.table

Perform mutate function only if variable exists

r dplyr tidyverse

How to switch right-hand strip to left side in facet_grid

r ggplot2 tidyverse

Iterating to create tabs with gt in quarto

tidyverse gt quarto

How to add popup help text to functions in a user-created package in RStudio?

Find closest value above current row that meets condition and apply function for each group

r data.table tidyverse

How to create combinations of values of one variable by group using tidyverse in R

r combinations tidyverse

Create dataframe with month start and end in R

r tidyverse

How to Handle Temporary Columns in Tidyverse Functions Without Overwriting Existing Data?

r tidyverse metaprogramming

stringr::str_glue() doesn't work with purrr::map()

r tidyverse purrr r-glue

Mutate_at and ifelse problem with vectorization

r if-statement tidyverse dplyr

How to count the number of matches in a tibble list column to another data frame in R?

r list tidyverse match

Getting summary by group and overall using tidyverse

r dplyr tidyverse mean summarize

how to use one argument in R function based on `dplyr::arrange` to sort data frame with ascending or descending

r dplyr tidyverse rlang