install_azureml: Install azureml sdk package

View source: R/install.R

install_azuremlR Documentation

Install azureml sdk package

Description

Install azureml sdk package

Usage

install_azureml(
  version = "1.10.0",
  envname = "r-reticulate",
  conda_python_version = "3.6",
  restart_session = TRUE,
  remove_existing_env = FALSE
)

Arguments

version

azureml sdk package version

envname

name of environment to create, if environment other than default is desired

conda_python_version

version of python for conda environment

restart_session

restart R session after installation

remove_existing_env

delete the conda environment if already exists

Value

None


Azure/azureml-sdk-for-r documentation built on Sept. 21, 2022, 5:45 a.m.