if (FALSE) {
# Restore environment from file
restore_conda_env("conda_environment.yml")
# Use mamba for faster installation
restore_conda_env("conda_environment.yml", use_mamba = TRUE)
# Force recreate if exists
restore_conda_env("conda_environment.yml", force = TRUE)
}
Run the code above in your browser using DataLab