setup_env | R Documentation |
This function will automatically download a Python miniconda distribution dedicated to an R-Python interface. It will also create a slendr-specific Python environment with all the required Python dependencies.
setup_env(quiet = FALSE, agree = FALSE, pip = NULL)
quiet |
Should informative messages be printed to the console? Default
is |
agree |
Automatically agree to all questions? |
pip |
Should pip be used instead of conda for installing slendr's Python
dependencies? Note that this will still use the conda distribution to
install Python itself, but will change the repository from which slendr
will install its Python dependencies. Unless explicitly set to |
No return value, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.