Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

R: calculate groupwise means with overlapping groups

r dplyr tidyverse

Rename all variables that contai a particular string and add a sequencial number

r dplyr

How to check if values in first dataframe are contained or match values in another dataframe

r string dplyr partial-matches

Add lists as variables in a dataframe

r list dataframe dplyr mutate

How to change values in multiple columns using the across function in R?

r dplyr

Mutate column of dataframe using values stored in different dataframe

r dplyr

How to group_by multiple, flexible criteria

r dplyr

How to sort data in descending order based on every second value in R?

How to filter out all rows of data frame after the last value of 1 in the column Z?

r dplyr filter

Count unique words in a string using dplyr (R)

r dplyr tidyverse stringr

Use dplyr to add a new column of based on max row value?

r dplyr

Check if all values are numeric over multiple columns and convert them to numeric

Create new column to show partial matches across strings in dplyr

r dplyr

Conditional renaming of data frame columns

r string dplyr rename

Is there a way to split columns in R with and impute implied Values

r dplyr tidyr

Cleaning a data.frame in a semi-reshape/semi-aggregate fashion

r dplyr tidyr

How to add text to geom_vline in ggplot

r ggplot2 dplyr

Filter on groups where where at the max value of one variable, another variable equals a particular value

Bind/Merge Two Data Frames with Differing Number of Rows

r merge dplyr