This commit is contained in:
Hong Ooi 2019-04-01 12:35:42 +11:00
Родитель 21f847a54f
Коммит 5f8eccbc41
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,9 @@
# AzureGraph
[![CRAN](https://www.r-pkg.org/badges/version/AzureGraph)](https://cran.r-project.org/package=AzureGraph)
![Downloads](https://cranlogs.r-pkg.org/badges/AzureGraph)
[![Travis Build Status](https://travis-ci.org/cloudyr/AzureGraph.png?branch=master)](https://travis-ci.org/cloudyr/AzureGraph)
A simple interface to the [Microsoft Graph API](https://docs.microsoft.com/en-us/graph/overview). The companion package to [AzureRMR](https://github.com/cloudyr/AzureRMR) and [AzureAuth](https://github.com/cloudyr/AzureAuth).
Microsoft Graph is a comprehensive framework for accessing data in various online Microsoft services. Currently, this package aims to provide an R interface only to the Azure Active Directory part, with a view to supporting interoperability of R and Azure: users, groups, registered apps and service principals. Like AzureRMR, it could potentially be extended to cover other services.