Ok, so I wrote this function in R that generates all unique pairings of elements in a list.
pair_generate <- function (vec, start = 1) { if (start + 1 == le