The goal of UEPtools is to consolidate common in-house functions that are often copy-pasted across repositories and projects. Centralizing these functions can allow easier adoption/updating by users.
You can install the development version of UEPtools from GitHub with:
# install.packages("pak")
pak::pak("UEP-HUG/UEPtools")
This is a basic example for using the in-house myflextable()
function
library(UEPtools)
## basic example code
UEPtools::myflextable(head(mtcars))
THE reference that was used to build the package, and “The Whold Game” gets you going with all of the basics for if you need to update anything: https://r-pkgs.org/whole-game.html