bin_cvision: Collapses merged C-vision csv to time bins

View source: R/bin_cvision.R

bin_cvisionR Documentation

Collapses merged C-vision csv to time bins

Description

Collapses merged C-vision csv to time bins

Usage

bin_cvision(
  merged_cvision_csv,
  start_vid,
  end_vid,
  bin_size = 15,
  vid_length = 1
)

Arguments

merged_cvision_csv

output of merge_cvision_csv (as a dataframe or tibble)

start_vid

video to start output table with

end_vid

video to end output table with

bin_size

length of bins in seconds

vid_length

length of video in minutes


ailich/mytools documentation built on Jan. 7, 2023, 11:16 a.m.