powered by
Determine whether Conda environment is being used
using_conda(env = NULL)
A logical value
Optional environment name to compare against
# Check if Conda is being used (regardless of environment name) using_conda() # Check if the 'dev' Conda environment is being used using_conda(env = "dev")
Run the code above in your browser using DataLab