install_pyresurv: Install Python Environment for ReSurv

View source: R/helperreticulate.R

install_pyresurvR 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.


ReSurv documentation built on April 4, 2025, 1:39 a.m.