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

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

if (FALSE) { split_bemovi(per_batch = 5) }