The new collection of my R handy functions.
The reboot of an old (hawful) package of mine, with some improvements (hopefully!).
The objective is to make each function “do one thing well” (possibly!).
Utilities to automate repetitive tasks (ideally!).
Beware: all the material must be considered experimental, in full development, not yet tested.
Caveat emptor: use it at your own risk.
You can install the development version of ‘rhfun’ from GitHub with:
if(!require("pak")) install.packages("pak")
pak::pak("maxbre/rhfun")or with:
if(!require("devtools")) install.packages("devtools")
devtools::install_github("maxbre/rhfun")