Questions tagged [microsoft365r]

22 questions
0
votes
1 answer

Using package "Microsoft365R" to read incoming attachments

Within 'R' there is a neat new package named Microsoft365R - the only issue with this package I have personally had so far is trying to read in emails and pull off the attachments based on either system date, subject name or both of these…
0
votes
0 answers

Authenticate into Microsoft before sending email from R

This MUST be on here somewhere else, but try as I can, I just can't find it. I'm trying to email from an R script. Following this tutorial I've been able to successfully send an email from my personal outlook. So far so good right? Well when I run…
Joe Crozier
  • 944
  • 8
  • 20
0
votes
2 answers

use dplyr to get list items from dataframe in R

I have a dataframe being returned from Microsoft365R: SKA_student <- structure(list(name = "Computing SKA 2021-22.xlsx", size = 22266L, lastModifiedBy = structure(list(user = structure(list(email…
pluke
  • 3,832
  • 5
  • 45
  • 68
0
votes
1 answer

Open .rda file in a Shiny app uploaded to shinyapps.io

I am trying to achieve the following: Deploy a Shiny app to shinyapps.io On open, the app connects to Sharepoint Downloads and opens a .rda file stored there. That file contains proprietary data where only people with the relevant credentials can…
Matteo Castagna
  • 472
  • 3
  • 13
0
votes
2 answers

open a OneDrive file with r

Im tring to create a shiny app that read and online onedrive xlsx file and show some things, but for the moment Im unable to read the onedrive xlsx file, I already explore the Microsoft365R and I can conect to my onedrive and I even can open the fil…
0
votes
1 answer

list emails from specific folder with Microsoft365R's list_emails

Is there anyway to specify a folder instead of just listing the emails in the Inbox? Example for listing items in the Inbox: library(Microsoft365R) outlb <- get_business_outlook() emlst <- outlb$list_emails() Can't find anything in the docs about…
Rafael
  • 3,096
  • 1
  • 23
  • 61
-1
votes
1 answer

Bidirectional communication between R and Microsoft Teams - any ideas?

I am working on a small project trying to control some steps of a workflow in a web application using MS teams. My idea is to use R as an intermediate step between the application (which has a number of API endpoints I can call from R) and Microsoft…
Gakku
  • 337
  • 2
  • 8
1
2