install_gcae | R Documentation |
Install a specific version of GCAE.
install_gcae(
gcae_options = create_gcae_options(),
github_repo_url = get_default_github_repo_url(),
github_repo_branch_name = get_default_github_repo_branch_name(),
verbose = FALSE
)
gcae_options |
options to run GCAE, as created by create_gcae_options |
github_repo_url |
URL of the GitHub repository,
e.g. |
github_repo_branch_name |
name of the |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
Clone the GCAE repo, see clone_gcae_repo
Install the needed Python packages, see install_gcae_requirements
Fix the GCAE script, see fix_gcae_script
Nothing
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.