Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Join tables based on multiple ranges in R

r dplyr data.table purrr

summarize dataframe on multiple variable

r dplyr

Mutate multiple variables based on a given condition

r dplyr

Sum all cells to the right of a column in each row using Dplyr

r dplyr sum row

Split a list into separate data frame in R

r dplyr tidyverse purrr

How I can take mean for different subsets of a specific column in a data.table?

r dataframe dplyr data.table

Using dplyr in order to create a new column

r dplyr

How to use dplyr to get column with max value for each row

r dataframe dplyr rowwise

Filtering rows in R unexpectedly removes NAs when using subset or dplyr::filter

r filter dplyr subset na

Select max of absolute value for each numeric column by a grouping column in data.table or dplyr

r data.table dplyr

percentage count by group using dplyr

r dplyr

using mutate_at from dplyr

r dplyr

Update rows depending on the value in following rows in multiple columns

r dplyr

What's an efficient method to extract only the rows with the first occurrence from a data set?

r dplyr

Get the first non-NA element in a row

r dplyr

Select columns based on classes/types with compatibility for dplyr::select

r class select dplyr

Calculating geographic distances to data points with dplyr::mutate

r dplyr tidyverse geosphere

Select last non-zero value before each run of zero, by group

r dataframe dplyr

Smooth every group via `do`

r dplyr

How to summarize value not matching the group using dplyr

r dplyr