Installation
This R package is being developed in support of the analysis in multi-agyw
. For this reason, many of the functions are relatively unlikely to be of great general use. This disclaimer given, the package can be installed via:
devtools::install_github("athowes/multi.utils")
Common tasks
- To build the website, use
pkgdown::build_site()
- To document functions, use
devtools::document()