What is the easy way to access (read and write) files in blob storage in R scripts in Azure Machine Learning?
I can access files in blob storage in python scripts using azure modules, but there seems no easy way to access by R scripts.
I tried to import Azure SMR as a zip file in the R script, but the importing all dependencies is very tough work,
https://github.com/Microsoft/AzureSMR
Any kind of suggestions and help are appreciated.