get_volume_by_id {databraryr} | R Documentation |
Get Data From A Databrary Volume
Description
Get Data From A Databrary Volume
Usage
get_volume_by_id(vol_id = 1, vb = options::opt("vb"), rq = NULL)
Arguments
vol_id |
Volume ID. |
vb |
Show verbose messages. (Defaults to |
rq |
An |
Value
A JSON blob with the volume data. If the user has previously logged
in to Databrary via login_db()
, then volume(s) that have restricted access
can be downloaded, subject to the sharing release levels on those volume(s).
Examples
get_volume_by_id() # Default is Volume 1
[Package databraryr version 0.6.6 Index]