Search code examples
How can I convert two summarized columns to two columns with a binary response in R?...

rdplyrtidyr

Read More
Is there an elegant way to handle changing number of rows within tidyverse?...

rdplyrtidyverse

Read More
how to transform a string into a factor and sets contrasts using dplyr/magrittr piping...

rdplyrmagrittr

Read More
Problem using select and filter when used in purrr::compose with purrr::partial in R...

rfunctiondplyrfunctional-programmingpurrr

Read More
Subset data into analysis and assessment data to generate and apply grouped prediction models in R...

rdplyrmodeltidymodels

Read More
Merging three dataframe results in error: Can't join due to incompatible types (list / integer) ...

rdplyrfull-join

Read More
How can I retain only the most complete information rows per group in a dplyr pipe statement?...

rdplyr

Read More
Move any row to bottom of dataframe based on row index in pipe...

rdplyrpipetidyverse

Read More
rolling weighted mean by group with zoo and dplyr...

rdplyrzoo

Read More
Group_by, change words from a column with a condition...

rdataframedplyr

Read More
Creating a frequency table for each column in a data frame using a loop and storing the results in a...

rdataframelistdplyr

Read More
cut() in R does not work: "x" must be numeric, but it is...

rdplyrtibble

Read More
Why does my left.join fail? Indexing issue?...

rjoindplyrindexingleft-join

Read More
set all column types in one data frame to column types of other data frame (dplyr/R)...

rdplyrtidyverse

Read More
How to restore values that were transformed using reciprocal and minmax scaling to their original va...

rdplyr

Read More
Very basic question about the native pipe and tidyverse...

rdplyr

Read More
Join two tables if given variable value is a part of another variable...

rdataframejoindplyr

Read More
Tabulate a column in data.frame ignoring the order of elements in it in R...

rdataframefunctiondplyrfrequency

Read More
substringing {.col} from mutate(across()) on the fly...

rdplyrtidyr

Read More
r dplyr - count the number of repeated occurrences between breaks within groups...

rdplyr

Read More
Add horizontal lines y-axis ggplot...

rggplot2dplyr

Read More
Finding rows in a data.frame that are the same on one variable but different on another variable in ...

rdataframefunctiondplyrfilter

Read More
In dplyr, how do I write a case_when formula that looks at a column containing variable names and th...

dplyr

Read More
How do you find the index of a column that contains a row with a certain partial string?...

rdplyr

Read More
Selecting and renaming columns at the same time...

pythonrpandasdplyr

Read More
Compare each unique name-value combination to name-value combinations with other names...

rdplyrtidyrdata-manipulation

Read More
Compare variable pairs across dataframe in R...

rdplyracross

Read More
How can I find unique combinations of two columns in R and sum two related columns?...

rdplyr

Read More
Remove specific rows in case the variables specified are all NA using dplyr...

rdplyr

Read More
Creating Count (With Reset) Variable...

rdplyrtime-series

Read More
BackNext