Install azureml sdk package
install_azureml(
version = "1.10.0",
envname = "r-reticulate",
conda_python_version = "3.6",
restart_session = TRUE,
remove_existing_env = FALSE
)
azureml sdk package version
name of environment to create, if environment other than default is desired
version of python for conda environment
restart R session after installation
delete the conda environment if already exists
None