R/run_documentation.R

Defines functions run_documentation

Documented in run_documentation

#' Run Documentation
#'
#' @return bool
#'
#' @keywords internal
run_documentation = function() {
  return(identical(Sys.getenv("IN_PKGDOWN"), "true"))
}
tylermorganwall/skpr documentation built on April 13, 2025, 5:35 p.m.