sp_getListColumns: List available SharePoint list columns

View source: R/sharepoint_list_get.R

sp_getListColumnsR Documentation

List available SharePoint list columns

Description

This method lists all available columns of a SharePoint list.

Usage

sp_getListColumns(con, listName = NULL, listID = NULL, raw = F,
  hidden = F)

Arguments

con

A SharePoint connection

listName

Name of the SharePoint list

listID

ID of the SharePoint list

raw

Return response raw formatted. Default is FALSE

Value

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


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