Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Match value in column within a range of another column on the same dataframe and return corresponding row

r tidyverse

Using a numlist loop when renaming variables

r loops dplyr tidyverse rename

alternatives to eval parse with dplyr

r dplyr tidyverse eval

Difference in days between two dates in R using dplyr and lubridate?

Expand dataframe by adding rows and values based on numbers in dataframe

How to call columns implicitly in certain R functions

r tidyverse

comma separated information in one cell

r tidyverse

How to preserve the list of data frame form after using parallel apply

Basic dyplr functions give an error: "check_dots_used"

r dplyr tidyverse

Reorder factors by increasing frequency

r tidyverse

Remove duplicate rows based on multiple columns using dplyr / tidyverse?

r dplyr tidyverse

How to create a bar plot with a secondary grouped x-axis in R?

r ggplot2 graph charts tidyverse

Avoid hard-coding with pivot longer to pivot multiple columns at once

Summarise multiple columns that have to be grouped tidyverse

r tidyverse summarize

Simulating draws/data from a fitted model with factor/character level inputs

Arrange data frame by all columns using dplyr

r dplyr tidyverse tidyselect

Add row in etable from expss R package

r tidyverse expss

rename_with doesn't work in purrr::map2 - Error "! the ... list contains fewer than 2 elements"

r list tidyverse rename purrr

Bar chart from two data frames in R

r ggplot2 tidyverse

The function dplyr mutate does not to apply a function stored in one of the dataframe/data.table object

r dplyr tidyverse