View source: R/get_gcae_help_text.R
get_gcae_help_text | R Documentation |
Get the text of the gcae help file
get_gcae_help_text(gcae_options = create_gcae_options(), verbose = FALSE)
gcae_options |
options to run GCAE, as created by create_gcae_options |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
the text of the gcae help file
Richèl J.C. Bilderbeek
if (plinkr::is_on_ci()) {
if (has_cloned_gcae_repo()) { # is_gcae_installed is too slow
get_gcae_help_text()
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.