AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
Перейти к файлу
Andrie de Vries 1cde875f81 Fix more lowerCamelCase issues. Closes #25 2016-12-21 08:42:27 +00:00
R Fix more lowerCamelCase issues. Closes #25 2016-12-21 08:42:27 +00:00
man Fix more lowerCamelCase issues. Closes #25 2016-12-21 08:42:27 +00:00
tests Fix more lowerCamelCase issues. Closes #25 2016-12-21 08:42:27 +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
CONTRIBUTING.md Add code of conduct; Bump version to 0.2.1 2016-12-20 12:48:06 +00:00
DESCRIPTION Bump version to 0.2.1 2016-12-20 13:17:27 +00:00
LICENCE Use the MIT license. Closes #9 2016-12-19 17:51:49 +00:00
NAMESPACE Fix more lowerCamelCase issues. Closes #25 2016-12-21 08:42:27 +00: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.