sp_explain: Explain a SharePoint list request

sp_explainR Documentation

Explain a SharePoint list request

Description

This method allows to explain a SharePoint list request

Usage

sp_explain(table)

Arguments

table

A SharePoint list connection

Value

A SharePoint list connection

Examples

sp_con = sp_connection("https://yourdomain.sharepoint.com", "YourUsername", "YourPassword", Office365 = T)
sp_list = sp_list(sp_con, "yourList") %>% sp_select(Title, `Column with whitespaces`) %>% sp_explain

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