box_collab_get function

Get Box collaborations

Get Box collaborations

Retrieve information on all collaborations on a file or folder.

box_collab_get(dir_id = NULL, file_id = NULL)

Arguments

  • dir_id: numeric or character, folder ID at Box.
  • file_id: numeric or character, file ID at Box.

Returns

Object with S3 class boxr_collab_list.

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.

  • Maintainer: Ian Lyttle
  • License: MIT + file LICENSE
  • Last published: 2021-01-19