Search code examples
R: Is it possible to create multiple tables based on unique values by looping?...

rdplyr

Read More
Filtering by multiple columns at once in `dplyr`...

rdplyr

Read More
How to refer to arguments of ifelse() function using strings in mutate(across())...

rdplyr

Read More
use group_by function with if/then/else condition...

rif-statementdplyr

Read More
assign a value based on which row in a pair is higher...

rdplyr

Read More
How to replace NA in second column of data frame with non-na values in second columns?...

rdataframedplyr

Read More
How to check if all student in the same class all have the same teacher...

rdplyr

Read More
Reload Data from database in shiny app by clicking action button multiple times...

rdplyrshinyreactiveaction-button

Read More
R dplyr mutate across columns - pick first value in several columns that is greater than another...

rdplyrmutateacross

Read More
Indexing in Pandas compared to dplyr...

pythonrpandasdplyr

Read More
Modify data with dplyr...

rdplyr

Read More
Compare every pair of rows per group (excluding duplicates)...

rdplyr

Read More
How can I color every alternate table row in gt table in R...

rdplyrgt

Read More
Tidyverse filter outliers - in one pipe...

rdplyroutliers

Read More
Detect multiple patterns in r using logical operators?...

rtextdplyrstringrqdapregex

Read More
Generate a dataframe with all possible combinations between two lists...

rdplyrcombinations

Read More
!str_detect(col, pattern) removes more rows from data.frame than are found with str_detect(col, patt...

rfilterdplyr

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

rdplyrdata-manipulation

Read More
How to subtract multiple similarly labeled columns from one another?...

rdataframedplyr

Read More
Dynamic name with glue in mutate call...

rdplyrnser-glue

Read More
delete line under condition R dplyr...

rdplyr

Read More
Merging an R Data.Frame based on different columns depending on row...

rdataframedplyrmergemerging-data

Read More
tidyverse: Creation of a custom grouping variable in R...

rdplyrtidyversegrouping

Read More
Keep last occurrence when using dplyr::distinct(), not the first (can't use arrange() here)...

rdplyrduplicates

Read More
Filter data frame by character column name (in dplyr)...

rdplyr

Read More
Reorder values across rows and convert duplicates to NA in R...

rsortingdplyrduplicates

Read More
Fill first (only one) NA with next non-NA value by group using dplyr/tidyr...

rperformancedplyrtidyrna

Read More
How to build a basic conditional voting model in R...

rdplyrensemble-learningvoting-system

Read More
Calculating a percentage in a group_by operation in R...

rdplyrgroup-by

Read More
Conditionally adding a row within a pipe...

rdplyr

Read More
BackNext