View source: R/check_conda_env_exists.R
check_conda_env_exists | R Documentation |
Check if the Conda environment exists Will stop if not
check_conda_env_exists( ormr_folder_name = get_default_ormr_folder_name(), verbose = FALSE )
ormr_folder_name |
can be either |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
Nothing
Richèl J.C. Bilderbeek
if (!plinkr::is_on_ci()) { if (does_conda_env_exists()) { check_conda_env_exists() } }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.