Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Creating monthly data and expanding data

r dplyr tidyr

dplyr::select of nested data frame

r select dplyr purrr

Rename column of dataframes inside a list with its dataframe name

r dplyr purrr

Programmatically rename data frame columns using lookup data frame

r dataframe dplyr tidyverse

String based filtering in dplyr - NSE

r dplyr tidyverse nse tidyeval

apply function to grouped rows in dataframe [duplicate]

r dplyr purrr

Using nest and purrr::map outside of mutate

r dplyr tidyr purrr

Subtracting the first row from all following rows

r dplyr

Calling a function with arguments within dplyr::do using multidplyr

r arguments dplyr multidplyr

mutate_at in R with lambda function?

r dataframe dplyr scaling

In R, group by sports data that has Away and Home teams - a common frustration

r dplyr

R: using dplyr to remove certain rows in the data.frame

r dataframe dplyr

Function parameter; passing variable name without quotes

r dplyr

join data frames and replace one column with another

r dplyr

Mutate_if or mutate_at in dplyr with Dates

r dplyr lubridate

str_extract_all: return all patterns found in string concatenated as vector

r dplyr stringr

How to name a list of a group_split in dplyr when grouped by more than one column

r dplyr

R dplyr choose value from column with column name to choose in a separate column

r dplyr

How to lookup and sum multiple columns in R

r dplyr

regression by group and retain all the columns in R

r dplyr regression