Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Extract first Non NA value over multiple columns

r dplyr tidyr mutate

How do I mutate across to multiple columns together that have similar names in R?

r regex dplyr mutate across

Create column based on matched characters from another column and set all remaining unmatched characters to specified value

Dividing columns by particular values using dplyr

r dplyr

Complex conditional mutating: Create new variable with conditional mutating using only past observations for a given participant?

r stata case-when dplyr

How to manipulate (aggregate) the data in R?

Calculate the number of overlaying date intervals per group

r dataframe dplyr intervals

dplyr equivalent to DF[DF==X] <- Y

r dplyr

Using dplyr to categorize object in two columns of dataframe

r dplyr categorization

Common elements by columns in high-dimensional matrix

R: Up-counter with conditions

r dplyr counter

How to duplicate and replace certain values in duplicated records multiple times using R and dplyr?

How can I replace characters in a dataframe using dplyr?

r dplyr

R, dplyr: Collapse character variable elements by group if there is only one unique non-NA element per group

r dplyr

How to get a minimum value by group [duplicate]

r dplyr

Join two data frames using the last row from each group

r dataframe join dplyr merge

Convert a dataframe of nearest neighbors to onehot coding

r dataframe dplyr tidyr

How to create a vector between pipes as intermediate step?

r dplyr

multiple variables tidyr pivoting

r dplyr pivot tidyr

R function to search in character string

r dplyr