View source: R/utils_environment.R
have_python_deps | R Documentation |
Python
packages are installed in the environment.Function to check if one or more Python
packages are
present in a conda
environment.
have_python_deps(envname = "", py_pkgs = c("pybascule"))
envname |
the name of the environment to check. If empty, the function will check the currently loaded environment. |
py_pkgs |
a list or vector of |
a list of Boolean. For each input package, TRUE
if the package is
installed, FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.