Install a Python environment that allows the user to apply the Neural Network (NN) models.

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.