Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

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

Mutate over multiple columns, skip NA values

r dplyr

Find the minimum date between two maximum dates based off unique values in a column

Remove duplicated group dplyr r

r dataframe dplyr group-by

Capitalize with dplyr

r dplyr capitalize

New variable that indicates the first occurrence of a specific value