This R package provides a collection of helper functions and code snippets to avoid redundancy in the spirit of the "Don't repeat yourself" software development principle.
prefix | description |
---|---|
- | No prefix for very basic helper functions |
dtr_ | Data transform helper functions |
mlh_ | Machine learning helper functions |
pch_ | Parallel computing helper functions |
misc_ | Miscellaneous functions |
plt_ | Plots |
rep_ | Reporting helper functions |
sts_ | Statistical helper functions |
To install from CRAN:
install.packages("kdry")
You can install the development version of kdry
with:
install.packages("remotes")
remotes::install_github("kapsner/kdry")