Skip to content

Instantly share code, notes, and snippets.

@jhollist
Created June 5, 2025 19:21
Show Gist options
  • Save jhollist/523c8c1856a4859f7bf5978679fe2bae to your computer and use it in GitHub Desktop.
Save jhollist/523c8c1856a4859f7bf5978679fe2bae to your computer and use it in GitHub Desktop.
library(Microsoft365R)
# Create sharepoint site object for the Data Science Team/Sharepoint
site <- get_sharepoint_site("Data Science")
# Create drive object for the documents
datasci_sp <- site$get_drive("Documents")
# List all the files/folders in the R folder for the Data Science team
datasci_sp$list_files("R")
# Download a file
datasci_sp$download_file("R/packages - profile use by R group.xlsx")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment