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

Description Usage Arguments Value Examples

View source: R/split_bemovi.R

Description

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

Usage

1
2
3
4
5
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

1
2
3
4
## Not run: 
split_bemovi(per_batch = 5)

## End(Not run)

femoerman/LEEF-BEMOVI documentation built on Dec. 20, 2021, 7:50 a.m.