Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Create a new column based on an index column

r dataframe dplyr tidyverse

Generalised matrix scatterplots in ggplot2?

r plot ggplot2 weka tidyverse

Remove list elements that are zero-row tibbles

r tidyverse purrr

How to bin the summarised frequency table with dplyr

r dplyr tidyverse

R tidy row means from subset of columns [duplicate]

r row tidyverse

How to fix 'Quosures can only be unquoted within a quasiquotation context' error in R function

r tidyverse rlang

Unnest list and concatenate in R

r tidyverse

How to use mutate and ifelse in a loop?

r loops tidyverse dplyr

Fill NAs with either last or next non NA value in R

r dplyr tidyverse na zoo

Assign ID to column with NA's

r dplyr tidyverse na

Check if value of column A is present in the same row or previous rows of column B

Using pivot_longer with 2 groups of columns

r dplyr tidyverse

List into tibble using list names as values in one column

r list tidyverse purrr tibble

Is there a equivalent for the tidyr fill() for strings in R?

r string tidyverse

Group-specific calculations involving both row-specific and whole-group elements

R fill missing values with the sum of other values using tidyverse

r tidyverse na missing-data

Filter by combination of (row) pairs

r dplyr subset tidyr tidyverse

Unstack lubridate's interval class

r tidyverse lubridate

R Mutate Column That Represents the Mean of Many Other Columns

r dplyr tidyverse

Take mean of digits that are run together in one column

r dplyr tidyverse