sp_getLists: List available SharePoint lists

View source: R/sharepoint_list_get.R

sp_getListsR Documentation

List available SharePoint lists

Description

This method lists all available lists for a SharePoint connection.

Usage

sp_getLists(con, raw = F)

Arguments

con

A SharePoint connection returned by sp_connection()

raw

Return response raw formatted. Default is FALSE

Value

SharePoint response as list (raw = TRUE) or the available lists as character vector (raw = FALSE).


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