RevolutionAnalytics / AzureML

An R interface to AzureML(https://studio.azureml.net/) experiments, datasets, and web services.
Other
47 stars 22 forks source link

workspace() throws error if config file not found #83

Closed andrie closed 8 years ago

andrie commented 8 years ago

User report:

library(AzureML)
ws <- workspace(
  id = "your workspace ID",
  auth = "your authorization token"
)

Calling it in code:
library(AzureML)
ws <- workspace(
  id = "f5e8e9bc4eed4034b78567449cfca779",
  auth = "3397f3d665684d60948bb654aa698413"
)

Error:
Error in file.exists(config) : invalid 'file' argument