list_volume {databraryr} | R Documentation |
List Info for a Databrary Volume.
Description
list_volume()
has been deprecated in lieu of other, more specific,
volume-related functions. It will be dropped from a future release.
Usage
list_volume(vol_id = 1, search_str = "", vb = FALSE)
Arguments
vol_id |
Target volume number. |
search_str |
The specific data to retrieve for the volume |
vb |
A Boolean value. If TRUE provides verbose output. |
Value
A data frame with information about a volume.
Examples
## Not run:
list_volume() # Default is volume 1
## End(Not run)
[Package databraryr version 0.6.4 Index]