Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Unnest list and concatenate in R

r tidyverse

How to reduce a data frame into single row with vectors

r dataframe vector reduce

How to get all unique permutations of a binary matrix and their ranks in R

r

How to use mutate and ifelse in a loop?

r loops tidyverse dplyr

Get function components of function call inside a function

r metaprogramming

create n*n matrix from n-1*n matrix by adding diagonal elements as 1 in R

r matrix

Quadratic Discriminant Analysis (QDA) plot in R

r ggplot2

Why do I not get two legends using ggplot2?

r ggplot2

Vectorized conditional outputs in R (maybe using purrr)?

nested ifelse statement with programmatic number of nested levels

r

Replace one regex match with another and vice versa

r string replace

xaringan presentation not displaying html widgets, even when knitting provided template

html r xaringan

Search for string across entire row of a tibble?

r dplyr purrr stringr tibble

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

r dplyr tidyverse na zoo

Remove completely NA rows in r

r dataframe na

Assign ID to column with NA's

r dplyr tidyverse na

In R create new column with name of column closest in value to target

r dplyr

dplyr: Find first non-zero element and last non-zero element and trim vector, by group

r dplyr

Rank subgroup by group (dplyr)

r dplyr

base::ifelse() within dplyr::arrange() for conditional arrangement of grouped rows

r dplyr data-manipulation