## ----setup, include = FALSE---------------------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
library(ggpower)

## ----counts, echo=FALSE-------------------------------------------------------
tests <- ggpower_tests()
knitr::kable(as.data.frame(table(tests$module)), col.names = c("Module", "Tests"))

