The goal of sometools is to provide some tools to help automate certain tasks. Initially, it also store helper functions that Avery Robbins uses regularly.
sometools is only available here on GitHub.
# install.packages("devtools")
devtools::install_github("averyrobbins1/sometools")This is a basic example which shows you how to solve a common problem:
library(sometools)
## basic example code