create_env_basilisk | R Documentation |
Create conda env using one of several methods.
create_env_basilisk(
yaml_path,
pkgs,
sep = "=",
use_subversion = FALSE,
use_nodefaults = TRUE,
start = TRUE
)
yaml_path |
Path to local or remote yaml file with conda build specifications. |
pkgs |
data.table with the columns:
This table can be generated by env_to_yaml function. |
use_subversion |
Specify the specific package subversion. |
start |
Execute basiliskStart to build the actual environment. |
An object of class BasiliskEnvironment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.