Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Clean way to do nested lazy evaluation in rlang

r lazy-evaluation tidyverse

Use values in vector to add rows in dataframe

r tidyverse

Count value coincidences into the same group

r dplyr tidyverse

Using dplyr summarize and group_by functions based on "or" condition among multiple columns of a dataframe

r dataframe dplyr tidyverse

How can I make a {vctrs} S3 class error on arithmetic with base S3 classes?

r tidyverse vctrs

Read in CSV files and Add a Column with File name

r csv dplyr tidyverse

unnest a list column after modeling after group_by in r

r dplyr tidyverse

How to use group_by with summarise and summarise_all?

r dataframe dplyr tidyverse

R: calculate groupwise means with overlapping groups

r dplyr tidyverse

iteratively apply ggplot function within a map function

r ggplot2 tidyverse purrr

How to Create Count Columns for Many Variables in R

r tidyverse

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

Count unique words in a string using dplyr (R)

r dplyr tidyverse stringr

Mutate a subset of rows, but keep all rows with dplyr

r dplyr tidyverse

How to convert nested list with different datatypes to dataframe?

r tidyverse tidyr

How to add polygons to your data for a voronoi treemap in R?

r ggplot2 math tidyverse voronoi

How to count number of instances over a threshold value between two dates?

r dplyr tidyverse

In ggplot2, remove superfluous points from line legend

collapse R package: rearraning or reposition columns in custom order

r dplyr tidyverse aggregate

Create data frame with column characteristics from separate table's rows

r dplyr tidyverse purrr