R/lists.R

Defines functions all_checks

Documented in all_checks

PREPS <- list()
CHECKS <- list()

#' List the names of all checks
#'
#' @return Character vector of checks
#' @export

all_checks <- function() {
  names(CHECKS)
}
MangoTheCat/goodpractice documentation built on Sept. 5, 2022, 2 p.m.