Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Replace wrong values in df2 with true values in df1 by using 2 common columns in R

r dataframe dplyr reshape

Conditional mutate based on order of variables

Paste in column names into dplyr::mutate [duplicate]

r dplyr

Remove rows from a data frame that match on multiple criteria

r dplyr

Create a new variable that is the average of one variable conditional on two other variables (and maintain all other variables in the data set)

r dplyr plyr

Assigning Family to Species Based on Dataset Attributes

r dplyr

Group by using str_detect for groups with similar strings

r dplyr

Variable column names in rowwise dplyr

r dplyr purrr nse

Sequence coverage using R

r dplyr tidyverse sequence

Remove column if it is equal to another column and has certain name part

r dataframe dplyr

Linking records with record expansion in R [duplicate]

What is causing 'object not found' error in filter() with the across() function?

r dplyr tidyverse

Using Date/Time to Filter in R

r dplyr

Using if/else statement to insert a decimal for a column based on starting letter and string length of the row using R

r dplyr tidyr stringr

Rounded averages by group that sum to the same as the group total

r dplyr average rounding

How to check for the existence of a certain value in a set of variables only when there is no NA?

r dataframe dplyr na

How to perform left join using multiple columns where one data frame has missingness in one column?

r dplyr merge left-join

R dplyr: select all columns after transforming selected columns

r dplyr

How to use stringr::str_match_all inside dplyr::mutate in the tidyverse pipe

r regex dplyr stringr mutate