Accessing datasets with R using the AzureML R package
How to download datasets and intermediate datasets from the AzureML Studio to your local R session.
The `AzureML` R package enables access to your Azure Machine Learning datasets from a local R session and enables the creation and management of datasets in workspace.
This topic provides instructions on how to:
* get your authorization codes to access Azure Machine Learning datasets from your notebook
* access and upload datasets
* access intermediate datasets from experiments
* use the `AzureML` R package to enumerate datasets, access metadata, read the contents of a dataset, create new datasets and delete existing datasets
