sp_list: Link a SharePoint connection to a list

View source: R/sharepoint_list_get_pipeline.R

sp_listR Documentation

Link a SharePoint connection to a list

Description

This method links a SharePoint connection to a SharePoint list

Usage

sp_list(con, listName = NULL, listID = NULL)

Arguments

con

A SharePoint connection returned by sp_connection()

listName

Name of the SharePoint list

Examples

sp_con = sp_connection("https://yourdomain.sharepoint.com", "YourUsername", "YourPassword", Office365 = T)
sp_list = sp_list(sp_con, "yourList")

LukasK13/sharepointr documentation built on Jan. 9, 2023, 12:22 p.m.