Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

use dplyr mutate to create new columns based on a vector of column names

r dplyr

How to use purrr's map function to perform row-wise prop.tests and add results to the dataframe?

r dplyr purrr

R dplyr::mutate - add all elements in a returned list

r dplyr

Applying mutate_at conditionally to specific rows in a dataframe in R

Passing a list of arguments to a function with quasiquotation

r dplyr tidyeval

Summarise? Count occurences in column based on another column

r dplyr summarize

Faster equivalent to group_by %>% expand in R

Calculate value using row above in data.frame and another column

r dplyr

How to replace NA seperately with linear model in R

r dataframe dplyr

Loop Over Multiple Environment Objects R

Find first occurence of value in group using dplyr mutate

r dplyr

loading dplyr after plyr is causing issues

r dplyr plyr

R: Updating a data frame with another data frame

r join replace dataframe dplyr

Combine datasets by date range and categorical variable

r performance for-loop dplyr

Is it possible to do a full join in dplyr and keep all the columns used in the join?

r dplyr sparklyr

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