#' 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
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.