View source: R/configure_environment.R
configure_environment | R Documentation |
Function to configure the Python dependencies on R.
If a Python environment is not available, the function will check if there is a version of
conda
or miniconda
, otherwise it will install miniconda
, on which
install the Python package pybascule
.
configure_environment(envname = "bascule-env", use_default = FALSE)
env_name |
name of the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.