powered by
Thin wrapper of utils::browseURL() to make bouncing between R and Box a breeze.
utils::browseURL()
box_browse(dir_id = NULL, file_id = NULL)
Invisible NULL, called for side effects.
NULL
numeric or character, folder ID at Box.
numeric
character
numeric or character, file ID at Box.
if (FALSE) { box_browse(0) # root folder on Box box_browse(file_id = 12345) }
Run the code above in your browser using DataLab