Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Using str_extract in R to extract a number before a substring with regex

r regex tidyverse stringr

use dplyr mutate() in programming

r tidyverse nse dplyr

Convert data frame row to column names

r dataframe tidyverse tibble

Coalesce pairs of variables within a dataframe based on a regular expression

r dplyr tidyverse purrr coalesce

R: crosstalk::SharedData linked data with different format (wide/long), when tidyverse verbs don't work

r plotly tidyverse dt crosstalk

How to construct arguments for case_when from data frame?

r dplyr tidyverse rlang

Is there any explicit guarantee that dplyr operations preserve row order?

r dplyr tidyverse

Pivoting data with varying width from wide to long with flexible call (to be used in loop)

r time-series tidyverse tidyr

How to exact match two column values in entire Dataset using R

Splitting strings into number and string (with missings)

r regex string tidyverse

Emi calculation for the grace month in R

Replacing group_by_at(NULL) using across

r dplyr tidyverse rlang

Printing gt table inside a loop with rmarkdown::render not working

r r-markdown tidyverse gt

facet grid using .data pronoun on both formula sides not working

r ggplot2 plot tidyverse

Generate a sequence of time using R and lubridate

r date lubridate tidyverse

R dplyr summarise bug?

r dplyr tidyverse

transform a dataframe of frequencies to a wider format

r dataframe dplyr tidyverse