Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Bind rows of the dataframes in a list with the same name

r list dataframe tidyverse purrr

How to find the closest value from above the current row that meets a certain criteria?

r dataframe tidyverse

Add to curly-curly argument

r tidyverse rlang

How does dplyr::slice_min / dplyr::slice_max handle NA values with grouped data?

r dplyr tidyverse slice na

combine two data frames with all posible combinations

r dplyr tidyr tidyverse

How to create multiple columns at once using same function with different argument values in R?

r tidyverse

Turn colum containing list into dummies

How to return multiple values or a tibble from case_when()?

How to use recode_factor in dplyr for recoding multiple factor values?

r dplyr tidyverse recode

tidyr::gather multiple columns of varying types

r dplyr tidyr tidyverse

How to find complementary, contiguous integer intervals in R?

r tidyverse intervals

How do you create a named list from a grouped dataframe? [duplicate]

r dplyr tidyverse purrr

How to tidy messy data [closed]

r tidyverse data-wrangling

Assert that a combination of columns is unique (using `assertr`)

r tidyverse assert

Drop a column if all of its values are NA

r tidyverse

gtsummary::tbl_regression use pool_and_tidy_mice() with tidy_standardize()

r tidyverse r-mice gtsummary

Filter row based on max & unique value in one column

r dplyr tidyverse

Group by two column and summarize multiple columns

r dataframe dplyr tidyverse

How to get previous two years max value in R

r dplyr tidyverse

String replace character with backslash and double quote in a column of an R dataframe

r dplyr tidyverse tidyr stringr