Description Usage Arguments Examples
Wrapper function of 'conda list', list linked packages in a conda environment.
| 1 | conda.list(env_name = "base", ...)
 | 
| env_name | Name of environment, default is current | 
| ... | Parameters pass to  | 
| 1 2 3 4 5 | ## Not run: 
  conda.list()
  conda.list(env_name = 'your_env')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.