Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

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

Transpose a data frame and add column names as variables in R

r dplyr data.table tidyverse

tidyverse solution for multiplying columns by a vector

r dplyr tidyverse purrr

Add rows by group and fill them with zero in R with dplyr

r dplyr datatable tidyverse

Curly Curly on ggplot label

r ggplot2 dplyr tidyverse

How can I separate a string into multiple rows in the same database in R?

Extract a single value from a dataframe/tibble the tidy/dplyr way?

r dplyr tidyverse

Create and fill new columns based on range information from two other columns

r tidyverse

Compare strings in dplyr

r dplyr tidyverse

Check if the value exists in any other columns with Tidyverse

error when using case_when in grouped data frame (because it evaluates all conditions)

r tidyverse

Mutate/filter column which has same name as another dataframe

replicate `expand.grid()` behavior with data.frames using tidyr/data.table

Perform mutate function only if variable exists

r dplyr tidyverse

How to switch right-hand strip to left side in facet_grid

r ggplot2 tidyverse