AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
Перейти к файлу
alanwe 05e7e37087 Add Support for 201 return code. Deploy Template 2016-09-27 08:48:22 +01:00
R Add Support for 201 return code. Deploy Template 2016-09-27 08:48:22 +01:00
man fix Vebose errors 2016-08-03 17:24:11 +01:00
vignettes Add HTTR to Namespace 2016-08-05 13:23:27 +01:00
.Rbuildignore Inital Commit 2016-08-03 06:03:55 +01:00
.gitignore Inital Commit 2016-08-03 06:03:55 +01:00
AzureSM.Rproj Inital Commit 2016-08-03 06:03:55 +01:00
DESCRIPTION fix Vebose errors 2016-08-03 17:24:11 +01:00
NAMESPACE Add Headers to Namespace 2016-08-05 15:36:51 +01:00
README.md Readme update. 2016-09-16 11:11:13 +01:00

README.md

AzureSMR

R Package for managing a selection of Azure resources. Targeted at Data Scientists who need to control Azure Resources within an R session without needing to bother Administrators.

APIs include Storage Blobs, HDInsight(Nodes, Hive, Spark), ARM, VMs.

To understand more on how to use the APIs please check out the Vigntess

Tutorial Getting Authenticated

There is also help pages within the package that can be accessed from IDEs like RStudio. Just type AzureSM into search when the package is loaded to see a list of functions/help pages.

Note: The package leverages standard R packages such as HTTR JSONLITE. So it can run in any RSession.