Skip to contents

[Experimental]

This function reads '.csv' files stored in a SharePoint

Usage

SharePoint_csv(SharePoint, drive, file, ...)

Arguments

SharePoint

url

drive

SharePoint drive

file

'.csv' file path

...

read.csv() arguments

Examples

if (FALSE) {
SharePoint_csv(
  SharePoint = "https://page.sharepoint.com",
  drive = "Documents",
  file = "Book.csv"
  )
}