README.md

StatonMisc

This is an R package containing shortcut utility functions commonly used by B. Staton in his R code, and most other packages he's written will import the needed version by default. It can be installed from R as follows:

devtools::install_packages("bstaton1/StatonMisc")

Note that you must have the devtools package installed first.

Example functions include:

R x %!in% y Rather than

R !(x %in% y) When determining which elements of the vector x are not found in the vector y

All functions have associated help files. Though it may seem like a silly package, it is the first one created by B. Staton and it's been used as a training exercise.

Bug fixes or suggested additions can be submitted via either issues or pull requests.



bstaton1/StatonMisc documentation built on May 18, 2020, 12:06 a.m.