box_browse function

Open a Box directory or file in browser

Open a Box directory or file in browser

Thin wrapper of utils::browseURL() to make bouncing between R and Box a breeze.

box_browse(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

Invisible NULL, called for side effects.

Examples

## Not run: box_browse(0) # root folder on Box box_browse(file_id = 12345) ## End(Not run)
  • Maintainer: Ian Lyttle
  • License: MIT + file LICENSE
  • Last published: 2021-01-19