list_CondaPkgs | R Documentation |
List Conda packages
list_CondaPkgs(env, pathToMiniConda = NULL, pkg = NULL)
env |
environment to look in |
pathToMiniConda |
NULL Path to miniconda installation |
pkg |
Package name. If this is supplied to list_CondaPkg, it will query whether that package is present in the given environment. |
Conda package information is printed to the screen. If package name is supplied a TRUE/FALSE will be returned depending on whether that package is present or not.
Matt Paul
condaPaths <- install_CondaTools("salmon", "herper_env")
list_CondaPkgs("herper_env")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.