View source: R/create_and_activate_conda_env.R
create_and_activate_conda_env | R Documentation |
Creates and activates the Conda environment. If the Conda environment already exists, nothing new will happen
create_and_activate_conda_env( ormr_folder_name = get_default_ormr_folder_name(), python_version = get_default_python_version(), verbose = FALSE )
ormr_folder_name |
can be either |
python_version |
the version of Python used. Use get_default_python_version to get the default Python version. |
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() && is_conda_installed()) { create_and_activate_conda_env() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.