This is my personal R package storing some useful functions for my daily work.
Installation
You can install the development version of zutils from GitHub with:
# install.packages("devtools")
devtools::install_github("psychelzh/zutils@develop")
Or you can install the stable version of zutils from r-universe with:
install.packages("zutils", repos = c(getOption("repos"), "https://psychelzh.r-universe.dev"))