Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Extract single value from dataframe based on logical condition, Tidyverse style

r dplyr tidyverse

How do I colour every other category with gt()?

r tidyverse gt

Remove duplicates based on few columns and keep numeric numeric value if any and keep NA if there is no numeric in R

r tidyverse

Convert existing dataframe variable to factor in Tidyverse

r tidyverse

Counting consecutive columns that satisfy a condition in R

using `purrr::map` with compose functions

How to pivot_long pairs of date-var combinations with non-matching dates?

Delete part of column name for multiple columns

Sorting data with conditions for multiple columns in R

r tidyverse

Is there more efficient or concise way to use tidyr::gather to make my data look 'tidy'?

r dplyr tidyverse tidyr tibble

Replace divided by symbol in numeric column

r dplyr tidyverse

Using separate_wider_regex for to create a new row for each match in R

How to use multiple delimiters on ITEM based on different values in TOOL column?

using purrr to extract elements from multiple lists starting with a common letter

r tidyverse purrr

R: determining difference between max and min for certain subgroups within groups

How to subtract values of specific columns using values in other columns as a key

r tidyverse

Merge two dataframes based on similar time interval in R

Error in mutate_impl(.data, dots) : Evaluation error: Only year, quarter, month, week, and day periods are allowed for an index of class Date

Is there a way to replace a group of strings with another group if strings via dplyr and stringr

r dplyr tidyverse stringr

How to filter rows for every column independently using dplyr

r dplyr tidyverse