Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Calulate row sums with dplyr omitting a column by its name

r dplyr

lm() within mutate() in group_by()

r dplyr lm

Using `map()` in nested data frame

r dplyr xts tidyr purrr

How to pass column names into a function dplyr

r function dplyr

How to combine two different dplyr summaries in a single command

r dplyr summarize

R: How to spread, group_by, summarise and mutate at the same time

r dplyr tidyr

Geosphere/dplyr: create matrix of distance between coordinates

adding hash to each row using dplyr and digest in R

r dplyr digest

Convert string to symbol accepted by dplyr in function

r dplyr

Recode a string column into integer using dplyr

r dplyr recode

How to repeat sequence when condition is met

r dplyr

Using dplyr::group_by() to find min dates with NAs [duplicate]

r date dplyr na

kmeans clustering in grouped data

How to apply regex over entire dataframe without making all columns to character

r regex dplyr

Replace value by column name for many columns using R and dplyr [duplicate]

r dplyr tidyr

Drop list columns from dataframe using dplyr and select_if

r list dplyr

replace duplicate values with NA in time series data using dplyr

Tidyversing working R code with a for loop

r dplyr tidyverse

Spread an integer over several rows as many times as it is divided by a constant

Group a dataframe based on sequence breaks in a column?

r dplyr