Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

how to use select for multiple fields using dplyr

r dplyr

R: Selecting first of n consecutive rows above a certain threshold value

r dataframe row dplyr

Apply dplyr function to all but one column

r dplyr

Cumulative sum conditional to interval

r dplyr

How to remove all rows after a certain point by group using dplyr?

r 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