get_video_stats {databraryr} | R Documentation |
Report Stats About Videos in a Volume.
Description
#' @description
get_video_stats()
has been superseded in favor of summarize_videos_in_volume()
.
Usage
get_video_stats(this_vol_id = 2, vb = FALSE)
Arguments
this_vol_id |
Target volume number. |
vb |
A boolean value. |
Value
A data frame with summary statistics about the videos in the volume.
Examples
## Not run:
get_video_stats() # Retrieves summary statistics about videos in volume 2.
## End(Not run)
[Package databraryr version 0.6.4 Index]