Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

tidyverse combine a lagged row value + certain character if condition is met

r tidyverse rowwise

lopping over the input value of an tidyverse/rlang-based function

Contingency table when you have a column with count values

r tidyverse contingency

Can I bound an st_distance call by a polygon?

Aggregating if each observation can belong to multiple groups

r dplyr data.table tidyverse

Lintr - is there a way to suppress capitalised data frame column name warnings?

r dplyr tidyverse rlang lintr

Adapting a function to tidyverse ecosystem

Choose different types of footnote marks in different columns in a gt table

r dplyr tidyverse gt

Is there a way to rename table column with a greek symbol in gt package?

r r-markdown tidyverse gt

Removing second or third occurrence of a pattern from a string

r tidyverse stringr

Looping over a set of number generating commands in R

R: Add new column based on character vector and existing column in dataframe with unique items

r dplyr tidyverse

tidyr::gather na.rm with missing data

r tidyr tidyverse

How to transform a row ["A, B, C", "7"] into three rows ["A", "7"], ["B", "7"], ["C", "7"]

r string split tidyverse

use output of previous magrittr chains as arguments to further arguments

r dplyr tidyverse magrittr

Error while loading tidyverse in RStudio

r rstudio tidyverse

dplyr filter with multiple conditions and OR

r filter dplyr tidyverse

How to turn column in data frame into row names [duplicate]

r dataframe dplyr tidyverse

How do I pass multiple columns from a dataframe as individual arguments to a custom function in R

r dataframe function tidyverse