split_bemovi: Split bemovi filder into a number of bemovi. folders with a...

View source: R/split_bemovi.R

split_bemoviR Documentation

Split bemovi filder into a number of bemovi. folders with a maximum of per_batch video files

Description

Split bemovi filder into a number of bemovi. folders with a maximum of per_batch video files

Usage

split_bemovi(
  per_batch = 30,
  bemovi_dir = file.path(".", "0.raw.data"),
  overwrite = TRUE
)

Arguments

per_batch

maximum number of movies per batch

bemovi_dir

bas directory in which the bemovi directory is located

overwrite

if TRUE, all folders starting with bemovi. in the bemovi_dir will be deleted

Value

the maximum id used

Examples

## Not run: 
split_bemovi(per_batch = 5)

## End(Not run)

LEEF-UZH/LEEF documentation built on Feb. 10, 2025, 5:20 a.m.