RevolutionAnalytics / AzureML

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

Add an update.dataset() function #79

Open lixzhang opened 8 years ago

lixzhang commented 8 years ago

The update.dataset() function is a wrapper of delete.datasets() and upload.dataset(). Please double check the comments, which are based on those for upload.dataset().

andrie commented 8 years ago

Note: this pull request implements the request in #75

andrie commented 8 years ago

@lixzhan Do you still plan to work on this submission?

As it stands, I don't think the pull request is ready to include in the code base.

It would be great if you could finish the work.

lixzhang commented 8 years ago

I'm not certain where to improve to make it ready to be pulled. So please feel free to close this pull request and, if possible, write an update.dataset() function from your end.