install_pyresurv {ReSurv} | R Documentation |
Install Python Environment for ReSurv
Description
Install a Python environment that allows the user to apply the Neural Network (NN) models.
Usage
install_pyresurv(
...,
envname = "pyresurv",
new_env = identical(envname, "pyresurv")
)
Arguments
... |
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. |
Value
No return value.
[Package ReSurv version 1.0.0 Index]