Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

piping with dot inside dplyr::filter

r dplyr tidyverse magrittr

Add column with percentage of matching words in two different columns (by row) in R

r string dplyr tidyverse

Replace values in tibble in R 4.0

r replace dplyr tidyverse tibble

R mutate multiple columns with ifelse

r tidyverse

(tidyverse approach) calculating rowsum across several columns where info on columns to include comes from a different data frame

r tidyverse

Using summarize(across(..., .fns = ...)) with a multi-variate function

r dplyr tidyverse purrr

Smooth data for a geom_area graph

r ggplot2 tidyverse

Computation failed in `stat_smooth()`: object 'C_crspl' not found

r ggplot2 tidyverse

Programmatically rename data frame columns using lookup data frame

r dataframe dplyr tidyverse

String based filtering in dplyr - NSE

r dplyr tidyverse nse tidyeval

Element of vector to different columns of data frame

r dataframe vector tidyverse

Installing tidyverse on Ubuntu 18.x & R 3.4.4/3.5.1

r tidyverse ubuntu-18.04

how to filter, then pipe and use sum function?

r tidyverse

Extracting Information from Multi-Level Nested Lists

r tidyverse purrr

Filter all rows with word next to a specified word in R

r tidyverse tidyr tidytext

tidyverse not loaded, it says "namespace ‘vctrs’ 0.2.0 is already loaded, but >= 0.2.1 is required"

r tidyverse devtools vctrs

Create new dataframe by dividing all possibles columns combination from another table

Rename multiple dataframe columns using purrr

r tidyverse purrr

Sweep-like operations with dplyr/tidyverse

r dplyr tidyverse

Stack a named Date list to data.frame

r tidyverse