View source: R/create_gcae_options.R
create_gcae_options | R Documentation |
Create the options to run GCAE.
create_gcae_options(
gcae_folder = gcaer::get_gcae_folder(),
ormr_folder_name = "python3",
gcae_version = "1.0",
python_version = "3.6"
)
gcae_folder |
folder where |
ormr_folder_name |
folder where the link[ormr]ormr R package installs the Python packages |
gcae_version |
version of GCAE, e.g. |
python_version |
the Python version |
the GCAE options, as can be checked by check_gcae_options
Richèl J.C. Bilderbeek
# Use the default GCAE version
create_gcae_options()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.