View source: R/is_gcae_installed.R
is_gcae_installed | R Documentation |
GCAE
is installedDetermine if GCAE
is installed
is_gcae_installed(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. |
TRUE
if GCAE
is installed
this is a slow function.
A quicker, yet less accurate way to determine if GCAE
is
installed, is has_cloned_gcae_repo
Richèl J.C. Bilderbeek
# Tip: 'has_cloned_gcae_repo' is a a quicker, yet less accurate way
# to determine if `GCAE` is installed
is_gcae_installed()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.