AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
Перейти к файлу
Andrie de Vries d8d5e043f0 Refactor template deployment code #62 2017-05-24 12:58:08 +01:00
R Refactor template deployment code #62 2017-05-24 12:58:08 +01:00
man Refactor template deployment code #62 2017-05-24 12:58:08 +01:00
tests Use assert_that() to catch errors #61 2017-05-23 21:39:39 +01:00
vignettes Use assert_that() to catch errors #61 2017-05-23 21:39:39 +01:00
.Rbuildignore Ignore Visual Studio RTVS artefacts 2017-05-20 21:49:55 +01:00
.gitignore Ignore .Rproj 2017-05-20 21:49:24 +01:00
AzureSMR.Rproj Merge branch 'master' into dev 2017-05-20 21:58:47 +01:00
CONTRIBUTING.md Add code of conduct; Bump version to 0.2.1 2016-12-20 12:48:06 +00:00
DESCRIPTION Use assert_that() to catch errors #61 2017-05-23 21:39:39 +01:00
LICENSE Rename file to LICENSE 2016-12-21 12:24:04 +00:00
NAMESPACE Use assert_that() to catch errors #61 2017-05-23 21:39:39 +01:00
README.md Include code of conduct. Closes #11 2016-12-20 13:15:41 +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.

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.