
Upload file to Sharepoint
upload_to_sharepoint.RdHelper function to upload file to MS SharePoint
Usage
upload_to_sharepoint(
file_to_upload,
sharepoint_file_loc,
site = "https://cdc.sharepoint.com/teams/CGH-GID-PEB-SIR283",
drive = "Documents"
)Arguments
- file_to_upload
strLocal path of files to be uploaded.strLocation in SharePoint to upload file. Must include the file name and extension (i.e., folder/file_name.csv).- site
strSharePoint site location. Defaults to"CGH-GID-PEB"or the site URL:"https://cdc.sharepoint.com/teams/CGH-GID-PEB-SIR283".- drive
strSharePoint drive to upload data to.