Microsoft365R | R SDK for interacting with Microsoft 365 APIs | Content Management System library
kandi X-RAY | Microsoft365R Summary
kandi X-RAY | Microsoft365R Summary
Microsoft365R is intended to be a simple yet powerful R interface to Microsoft 365 (formerly known as Office 365), leveraging the facilities provided by the AzureGraph package. Currently it supports Microsoft Teams, Outlook, SharePoint Online, and OneDrive. The primary repo for this package is at please submit issues and PRs there. It is also mirrored at the Cloudyr org at You can install the development version of the package with devtools::install_github("Azure/Microsoft365R").
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Microsoft365R
Microsoft365R Key Features
Microsoft365R Examples and Code Snippets
Community Discussions
Trending Discussions on Microsoft365R
QUESTION
I'm trying to use the AzureR family of R packages to interact with Outlook through the Graph API. Using Microsoft365R I have the following code:
...ANSWER
Answered 2021-Apr-06 at 07:29Microsoft365R/AzureGraph author here. In the code you show, both with get_business_onedrive()
and create_graph_login()
, you are authenticating as the app, not as the user. This means that there is no user account involved, hence you're unable to view user details or send email.
To authenticate as the user, run
QUESTION
I would like to use functions in my personal package built on top of an R6 class called ms_team
defined inside of the Microsoft365R
package. Right now these functions all fail because even though I import the functions I need, when I try to call one of my functions which rely on them, I get an error that this object is not found.
Error in login$get_team(team_id) : object 'ms_team' not found
I have tried to include @importFrom Microsoft365R ms_team ...
in my function, but with no success. What are the magic words to use functions which rely on externally defined R6 classes in a package?
ANSWER
Answered 2021-Mar-22 at 08:24Microsoft365R dev here. I assume you're using roxygen2.
To import an exported object (any object, not just an R6 class) from another package, put
QUESTION
I'm not sure how best to describe this, hence the rather vague title.
I have an R package that uses Github Actions to run checks. You can see the workflow file here:
https://github.com/Azure/Microsoft365R/blob/master/.github/workflows/check-standard.yaml
It's basically the same as the check-standard workflow in the r-lib/actions repo, with some tweaks for my particular requirements. My latest commit is failing the check for the MacOS build, with this error:
...ANSWER
Answered 2021-Jan-12 at 19:30You're using actions/cache
to cache your R libs. By this you're restoring a cache that might be invalid if your key
and the restore-keys
isn't set up properly.
At the moment, there is no direct way to manually clear the cache. For some other options you can check Clear cache in GitHub Actions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Microsoft365R
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page