sp_select | R Documentation |
This method allows to select columns from a SharePoint list
sp_select(table, ..., .select = NULL)
table |
A SharePoint list connection as returned by sp_list() |
... |
Comma separated select commands. White spaces can be escaped using “ |
Modfied SharePoint list connection
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`)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.