| box_collab_get | R Documentation | 
Retrieve information on all collaborations on a file or folder.
box_collab_get(dir_id = NULL, file_id = NULL)
| dir_id | 
 | 
| file_id | 
 | 
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.
Object with S3 class
boxr_collab_list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.