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 #75

Open lixzhang opened 8 years ago

lixzhang commented 8 years ago

Will you include an update.dataset() function so that users can update an existing file in the workspace? The upload.dataset() function reports an error if a file with the same name already exists in the workspace.

andrie commented 8 years ago

Nice idea. Thank you for the suggestion.

This should be simple to implement: a wrapper around delete.dataset() and upload.dataset().

Would you be interested in contributing such a function?

:-)

lixzhang commented 8 years ago

Sure, I'll spend some time on it next week:)