Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

create a new column which is the sum of specific columns (selected by their names) in dplyr

r dplyr tidyverse

Accumulate values for every possible combination in R

Difference between dplyr::rename and dplyr::rename_all

r dplyr tidyverse

Using modelr::add_predictions for glm

r glm tidyverse modelr

How to feed a list of unquoted column names into `lapply` (so that I can use it with a `dplyr` function)

r dplyr tidyverse rlang lazyeval

R: Which is the optimal way to compute functions over time with 3D arrays (latitude, longitude, and time)?

r arrays data.table tidyverse

Applying group_by and summarise(sum) but keep columns with non-relevant conflicting data?

Count data divided by year and by region in R

How to loop over a tidy eval function using purrr?

Use broom and tidyverse to run regressions on different dependent variables

Controlling decimal places displayed in a tibble. Understanding what pillar.sigfig does

r tidyverse tibble

Refering to column names inside dplyr's across()

r dplyr tidyverse

How do {{}} double curly brackets work in dplyr?

r tidyverse curly-braces rlang

How do I do a rolling cumsum over consecutive rows of a tibble in R

r tidyverse tibble

How to install Tidyverse on Ubuntu 16.04 and 17.04

r ubuntu tidyverse

Fitting several regression models by changing only one independent variable within mutate()

r dplyr regression tidyverse

Filter by multiple patterns with filter() and str_detect()

r stringr tidyverse stringi

How to name the list of the group_split output in dplyr

Which tidyverse functions return tibbles?

r tidyverse tibble

How to pivoting dataframe consisting column with section and sub section In R