Retrieve information on all collaborations on a file or folder.
box_collab_get(dir_id = NULL, file_id = NULL)
numeric
or character
, folder ID at Box.
numeric
or character
, file ID at Box.
Object with S3 class
boxr_collab_list
.
You must specify exactly one of dir_id
or file_id
.
This returns an object with S3 class boxr_collab_list
;
this is a list containing the response from the API. You can use
as_tibble()
or as.data.frame()
on this return-object to convert to
a tibble or data frame.