using_conda | R Documentation |
Determine whether Conda environment is being used
using_conda(env = NULL)
env |
Optional environment name to compare against |
A logical value
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.