export_CondaEnv | R Documentation |
Export Conda environment
Import Conda environment
export_CondaEnv(
env_name,
yml_export = NULL,
pathToMiniConda = NULL,
depends = TRUE
)
import_CondaEnv(
yml_import,
name = NULL,
pathToMiniConda = NULL,
install = TRUE,
channels = NULL
)
env_name |
Name of environment you want to save |
yml_export |
Destination for exported environment yml file |
pathToMiniConda |
NULL Path to miniconda installation |
depends |
if FALSE will only include packages explicitly installed and not dependencies |
yml_import |
conda environment yml file |
name |
Name of the environment to create. |
install |
TRUE/FALSE whether to install miniconda at path if it doesn't exist. |
channels |
Channels for miniconda (bioconda and conda-forge are defaults). |
Nothing returned. Output written to file.
Nothing returned. Output written to file.
Matt Paul
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.