AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
Перейти к файлу
alanwe b4fd516301 Add Depends 2016-11-07 21:43:11 +00:00
R Add Status check in Authenticate 2016-11-07 21:05:14 +00:00
man Various Fixes 2016-11-07 17:13:24 +00:00
vignettes Various Fixes 2016-11-07 17:13:24 +00: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 Add Depends 2016-11-07 21:43:11 +00:00
NAMESPACE Various Fixes 2016-11-07 17:13:24 +00:00
README.md Various Fixes 2016-11-07 17:13:24 +00: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 system 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.