sp_select: Select columns from a SharePoint list

sp_selectR Documentation

Select columns from a SharePoint list

Description

This method allows to select columns from a SharePoint list

Usage

sp_select(table, ..., .select = NULL)

Arguments

table

A SharePoint list connection as returned by sp_list()

...

Comma separated select commands. White spaces can be escaped using “

Value

Modfied 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`)

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