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)
path | path to the childrecoding project folder |
---|
A ChildRecordings class containing meta data path
if (FALSE) { library(ChildRecordsR) path = "/mnt/94707AA4707A8CAC/CNRS/corpus/vandam-daylong-demo" CR = ChildRecordings(path) }