list_volume_metadata {databraryr} | R Documentation |
List Volume Metadata.
Description
This function has been deprecated and may be removed in a future release.
See get_volume_by_id()
and other list_volume_*
functions for related
functionality.
Usage
list_volume_metadata(vol_id = 1, vb = FALSE)
Arguments
vol_id |
Selected volume number. |
vb |
A Boolean value. If TRUE provides verbose output. |
Value
A data frame with metadata about a volume.
Examples
list_volume_metadata() # List info about volume 1.
[Package databraryr version 0.6.4 Index]