R/get_gcae_help_text.R

Defines functions get_gcae_help_text

Documented in get_gcae_help_text

#' Get the text of the gcae help file
#' @inheritParams default_params_doc
#' @return the text of the gcae help file
#' @author Richèl J.C. Bilderbeek
#' @examples
#' if (plinkr::is_on_ci()) {
#'   if (has_cloned_gcae_repo()) { # is_gcae_installed is too slow
#'     get_gcae_help_text()
#'   }
#' }
#' @export
get_gcae_help_text <- function(
  gcae_options = create_gcae_options(),
  verbose = FALSE
) {
  gcaer::run_gcae(
    args = "--help",
    gcae_options = gcae_options,
    verbose = verbose
  )
}
richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.