View source: R/check_gcae_setup.R
check_gcae_setup | R Documentation |
Check if the options to run GCAE are valid. Will stop if not.
check_gcae_setup(gcae_setup)
gcae_setup |
GCAE model setup, as created by create_gcae_setup, read from file by read_gcae_setup_file, checked by check_gcae_setup, and saved to file by save_gcae_setup. |
Note that this function does not check if GCAE is actually present in
that folder, similar to normalizePath
with mustWork
set to FALSE
the GCAE options, as can be checked by check_gcae_setup
Richèl J.C. Bilderbeek
gcae_setup <- create_test_gcae_setup()
check_gcae_setup(gcae_setup)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.