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 = FALSE, rq = NULL)
Arguments
vol_id |
Volume ID. |
vb |
A logical value. Show verbose messages. |
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.4 Index]