list_assets_by_type {databraryr} | R Documentation |
List Stored Assets (Files) By Type.
Description
This function is deprecated and may be removed from a future version of
the package. list_volume_assets()
is preferred.
Usage
list_assets_by_type(vol_id = 2, type = "video", vb = FALSE)
Arguments
vol_id |
Volume ID |
type |
Data file type, e.g. "video", "pdf", or "csv" |
vb |
A boolean value. If TRUE provides verbose output. |
Value
A data frame with information about assets in a volume, sorted by type.
Examples
list_assets_by_type() # Lists assets in volume 2.
[Package databraryr version 0.6.4 Index]