Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Losing names when using lists as results of dplyr::case_when

r dplyr

Aggregate with adjacent group if value falls below a threshold

r dplyr

RMarkdown: Wrap code in chunks but keep breaks after pipe

r dplyr r-markdown magrittr

Pulling data from a different data.frame with dplyr?

r plyr data-manipulation dplyr

dplyr and intervals: count observations and sum data without using loops

r dplyr

odd behavior of do() function in dplyr

r dplyr

dplyr bind_rows does not preserve variable label

r dplyr r-haven

expand.grid for data.frame using dplyr full_join

r join merge dplyr

How to select from multiple table within a dataset in Big Query using dplyr and bigrquery?

r dplyr google-bigquery

Error in dplyr group_by function, object not found

r dplyr

How do I see the help for the `dplyr::collect` method?

r dplyr

ggplot: How to make the x/time-axis of a time-series plot only the time-component, not the date?

r ggplot2 dplyr lubridate

Bind rows of data frames with some factor columns

r dplyr purrr tidyverse

R dplyr mutate on column index

r dplyr

Combine select and mutate

r dplyr

dplyr and ggplot piping is not working as expected

r ggplot2 dplyr

Using mutate_at() on a nested dataframe column to generate multiple unnested columns

r dplyr tidyr tidyverse purrr

mutate columns after subsetting by value

r dplyr

Error in bind_rows_(x, .id) : Argument 1 must have names

r dplyr tidyverse

"Variable context not set" error with mutate_at, dplyr version >= 0.7

r dplyr