AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
Перейти к файлу
Andrie de Vries 089cdc3bee Clean roxygen and add missing parameter documentation #3 2016-12-17 17:50:05 +00:00
R Clean roxygen and add missing parameter documentation #3 2016-12-17 17:50:05 +00:00
man Clean roxygen and add missing parameter documentation #3 2016-12-17 17:50:05 +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 missing imports to NAMESPACE; add stub for package level documentation. #2 2016-12-17 07:59:41 +00:00
NAMESPACE Clean roxygen and add missing parameter documentation #3 2016-12-17 17:50:05 +00:00
README.md Update README.md 2016-12-16 21:23:17 +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 get started with this package, see the Vignettes:

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 imports standard R packages including httr and jsonlite. This means it can run in any open source R Session.