Skip to content

Instantly share code, notes, and snippets.

View AndrewLJackson's full-sized avatar

Andrew Jackson AndrewLJackson

View GitHub Profile
library(tidyverse)
order_conflicts <- function(fun, df){
find(fun) %>%
stringr::str_replace_all("package:", "")
}
conflictr <- function(){