Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Check if element of one dataframe is in another dataframe, within group

r dplyr tidyverse

Creating individual dataframes from a grouped dataframe

r dplyr tidyverse

Multiply constant by previous row and accumulate result in R

r dplyr

R: how to resample a datetime variable at the millisecond level?

r datetime dplyr xts lubridate

correlation matrix with p-value in R

r dataframe dplyr

Converting multiple columns to factors and releveling with mutate(across)

r dataframe dplyr

R: why group_by still requires "do" even when using quosures

r dplyr tidyverse quosure

Stacked bar chart with group by and facet

r ggplot2 dplyr bar-chart facet

Count observations over rolling 30 day window

Apply map function to grouped data frame in with purrr

r dplyr group-by split purrr

Recoding an entire data frame using label-value pairs stored in a different dataframe

r dplyr data-manipulation

How to convert one (comma split) column into multiple columns in R? [duplicate]

`write.dbf` fails with an object of class `tbl_df`

r dplyr

Enumerate events where n consecutive values are not NA [duplicate]

r dplyr

Use case_when across columns to make a new column

How to fill NA's in a column if the column contains a number but leave NA if a column is all NAs

r dplyr tidyr

Reorder one row in tibble - move it to the last row

r dplyr

Adding a row at the end of a group in R

r dataframe dplyr

Pivot wider and summarise whether level exists

r dplyr