AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
Перейти к файлу
Andrie de Vries 6038efda2a Merge branch 'master' into dev
* master:
2017-05-20 21:58:47 +01:00
R Minor refactoring 2017-05-20 21:54:06 +01:00
man Rebuild documentation 2017-05-20 21:54:22 +01:00
tests Move helper functions to testthat 2017-05-20 21:53:20 +01:00
vignettes camel case fix and add alias for AzureListRG 2017-02-04 21:18:46 -08: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 markdown in roxygen #57 2017-05-20 21:40:25 +01:00
LICENSE Rename file to LICENSE 2016-12-21 12:24:04 +00:00
NAMESPACE Rebuild documentation 2017-05-20 21:54:22 +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.