Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

R: predict new values for groups

r predict tidyverse

Find row-wise minimum positive non-zero number in data.frame using dplyr

r dplyr tidyverse

Add a column count if values in multiple column meet threshold conditions: R

r tidyverse

Tidyverse and R: how to count rows in a tibble of a nested dataframe

r oop tidyverse tibble

How can I use str_detect() in combination with the & operator?

r tidyverse stringr

Filter different variables based on different conditions

r tidyverse purrr

R: count laps based on distance column

r dplyr tidyverse

pivotting a list of data frames and merging them

r list pivot tidyverse

Sum duplicated columns in dataframe in R

Transform a list of lists into a differently arranged list of lists to use for pmap

r tidyverse purrr pmap

How to remove character strings that are detected/contained within other character strings, but only within a specified group_by()-argument

Passing list of data frames into lm() and viewing the results

r lm tidyverse purrr broom

Can't load tidyverse library

r tidyverse

How to automatically transform columns into objects in R?

r for-loop dplyr tidyverse apply

Attribute value to new column based on values in similarly called columns

Counting observations by group using collapse R package

r tidyverse aggregate

Data wrangling with R

r dplyr tidyverse

Use `dplyr::filter_at` with multiple predicate expression

r dplyr tidyverse

How to perform a group_by with elements that are contiguous in R and dplyr

r dplyr tidyverse