get_sp_list_column() get a list column definition.
Usage
get_sp_list_column(
sp_list = NULL,
column_name = NULL,
column_id = NULL,
...,
list_name = NULL,
list_id = NULL,
column_name_type = "name"
)Arguments
- sp_list
A
ms_listobject. If supplied,list_name,list_id,site_url,site,drive_name,drive_id,drive, and any additional parameters passed to...are all ignored.- column_name, column_id
Column name or ID to get a definition for.
- ...
Arguments passed on to
get_sp_listlist_name,list_idSharePoint List name or ID string.
metadataIf
TRUE,get_sp_list()applies theget_column_infomethod to the returned SharePoint list and returns a data frame with column metadata for the list.drive_name,drive_idSharePoint Drive name or ID passed to
get_drivemethod for SharePoint site object.driveA
ms_driveobject. Ifdriveis supplied,drive_nameanddrive_idare ignored.site_urlA SharePoint site URL in the format "https://[tenant name].sharepoint.com/sites/[site name]". Any SharePoint item or document URL can also be parsed to build a site URL using the tenant and site name included in the URL.
callThe execution environment of a currently running function, e.g.
caller_env(). The function will be mentioned in error messages as the source of the error. See thecallargument ofabort()for more information.siteA
ms_siteobject. Ifsiteis supplied,site_url,site_name, andsite_idare ignored.
- list_name, list_id
SharePoint List name or ID string.
- column_name_type
"name" or "displayName". Used to match column ID so column_name must be unique if
column_name_type = "displayName".
Details
See Graph API documentation https://learn.microsoft.com/en-us/graph/api/columndefinition-get?view=graph-rest-1.0&tabs=http