box_browse: Open a Box directory or file in browser

Description Usage Arguments Value Examples

View source: R/boxr_misc.R

Description

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

Usage

1
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.

Value

Invisible NULL, called for side effects.

Examples

1
2
3
4
5
## Not run: 
  box_browse(0) # root folder on Box
  box_browse(file_id = 12345)

## End(Not run)

boxr documentation built on Jan. 19, 2021, 5:06 p.m.