Publications by Hong Ooi
Teams support in Microsoft365R
by Hong Ooi I’m happy to announce that version 2.0 of Microsoft365R, the R interface to Microsoft 365, is now on CRAN! This version adds support for Microsoft Teams, a much-requested feature. To access a team in Microsoft Teams, use the get_team() function and provide the team name or ID. You can also list the teams you’re in with list_teams(...
2991 sym R (1592 sym/5 pcs)
Teams support in Microsoft365R
by Hong Ooi I’m happy to announce that version 2.0 of Microsoft365R, the R interface to Microsoft 365, is now on CRAN! This version adds support for Microsoft Teams, a much-requested feature. To access a team in Microsoft Teams, use the get_team() function and provide the team name or ID. You can also list the teams you’re in with list_teams(...
2991 sym R (1592 sym/5 pcs)
Outlook client support in Microsoft365R available for beta test
by Hong Ooi This is an announcement that a beta Outlook email client is now part of the Microsoft365R package. You can install it from the GitHub repository with: devtools::install_github("Azure/Microsoft365R") The client provides the following features: Send, reply to and forward emails, optionally composed with blastula or emayili Copy and mov...
1506 sym R (896 sym/2 pcs)
Outlook client support in Microsoft365R available for beta test
by Hong Ooi This is an announcement that a beta Outlook email client is now part of the Microsoft365R package. You can install it from the GitHub repository with: devtools::install_github("Azure/Microsoft365R") The client provides the following features: Send, reply to and forward emails, optionally composed with blastula or emayili Copy and mov...
1506 sym R (896 sym/2 pcs)
Microsoft365R 2.1.0 with Outlook support now on CRAN
by Hong Ooi I’m happy to announce that Microsoft365R 2.1.0 is now on CRAN with Outlook email support! Here’s a quick summary of the new features: Send, reply to and forward emails, optionally composed with blastula or emayili Copy and move emails between folders Create, delete, copy and move folders Add, remove and download attachments Here...
1580 sym R (1119 sym/2 pcs)
AzureR update: new in May/June
by Hong Ooi This is a summary of the updates to AzureR family of packages in May and June 2021. AzureAuth Change the default caching behaviour to disable the cache if running inside Shiny. Update Shiny vignette to clean up redirect page after authenticating (thanks to Tyler Littlefield). Add a create_AzureR_dir function to create the caching di...
5295 sym
Microsoft365R: testers wanted
by Hong Ooi Microsoft365R author here. I've just updated the package on GitHub with the following features: Add support for shared mailboxes to get_business_outlook(). To access a shared mailbox, supply one of the arguments shared_mbox_id, shared_mbox_name or shared_mbox_email specifying the ID, displayname or email address of the mailbox respe...
2030 sym
Using Microsoft365R with Shiny
by Hong Ooi This article is a lightly-edited version of the “Microsoft365R and Shiny” vignette in the latest Microsoft365R release. We describe how to incorporate Microsoft365R and interactive authentication with Azure Active Directory (AAD) into a Shiny web app. There are a few steps involved: Register your app with AAD Use the app ID to au...
3682 sym R (1933 sym/1 pcs)