A grab bag of useful custom functions I've written. Feel free to install the package with devtools::install_github("albertkuo/albertR")
.
List of functions (sorted alphabetically):
- setdiffall - Given 2 vectors x and y, return setdiff(x, y), setdiff(y, x), and intersect(x, y)