R/zzz.R

Defines functions .onAttach

AzureML.config.default <- "~/.azureml/settings.json" 

.onAttach <- function(libname, pkgname){
  options(AzureML.config = AzureML.config.default)
}

Try the AzureML package in your browser

Any scripts or data that you put into this service are public.

AzureML documentation built on July 28, 2019, 1:02 a.m.