Description Usage Arguments Details Value Examples
Simple, flexible REST API calls to MS Office Graph
1 2 3 4 5 6 |
query |
The full URL for the query to send to the MS Office Graph or SharePoint API |
handle_pagination |
Defaults to TRUE to automatically continue requesting until all data has been received |
reset_token |
Option to manually reset your access token |
assign_responses |
Option to also assign the response to your global environment as the variable MSGraph_latestResponse. This is helpful for debugging if your response is not what you expected, or if you want to have the option to interrupt the operation while keeping as much data as has been received up to that point. |
This function allows R to send normally constructed MS Office Graph queries and return the response as a simple data.frame.
For more information about how to construct queries, see the Office Graph Developer Demo: https://developer.microsoft.com/en-us/graph/graph-explorer
To further refine your queries, see the OData documentation: https://www.odata.org/documentation/
A data.frame with the complete, pagerized response to your query.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.