Main class of the package. Help to check data integrity and provide data organization. Only provide the path folder of the childrecordings project. Provid some integrity check such as missing files or missing meta

ChildRecordings(path)

Arguments

path

path to the childrecoding project folder

Value

A ChildRecordings class containing meta data path

Examples

if (FALSE) { library(ChildRecordsR) path = "/mnt/94707AA4707A8CAC/CNRS/corpus/vandam-daylong-demo" CR = ChildRecordings(path) }