box_collab_get {boxr} | R Documentation |
Get Box collaborations
Description
Retrieve information on all collaborations on a file or folder.
Usage
box_collab_get(dir_id = NULL, file_id = NULL)
Arguments
dir_id |
|
file_id |
|
Details
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.
Value
Object with S3 class
boxr_collab_list
.
[Package boxr version 0.3.6 Index]