Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

sapply results with dplyr

r dplyr

take mean of variable defined by string in dplyr

r dplyr tidyverse

Use dplyr SE with ggplot2

r ggplot2 dplyr

filter data by maximum group sample size with duplicate maximum values

r dplyr

Calculated (row-wise) columns using column ranges or select pattern

r 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