View source: R/helperreticulate.R
install_pyresurv | R Documentation |
Install a Python environment that allows the user to apply the Neural Network (NN) models.
install_pyresurv(
...,
envname = "pyresurv",
new_env = identical(envname, "pyresurv")
)
... |
Additional arguments for 'virtualenv_create'. |
envname |
'character'. Name of the environment created. Default 'pyresurv'. |
new_env |
'logical'. If 'TRUE', any existing Python virtual environment and/or 'conda' environment specified by 'envname' is deleted first. |
No return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.