Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

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

left_join produces NAs when key has spaces

r dplyr

Group dataframe by ID and then split it into multiple dataframes for each group [duplicate]

r dplyr

How to create new random column variables based on column values in R

r dplyr mutate

dplyr Replace values in multiple variables

r dplyr stringr magrittr