Description Usage Arguments Value Examples
View source: R/ChidRecordings.R
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
1 | ChildRecordings(path)
|
path |
path to the childrecoding project folder |
A ChildRecordings class containing meta data path
1 2 3 4 5 6 7 8 | ## Not run:
library(ChildRecordsR)
path = "/mnt/94707AA4707A8CAC/CNRS/corpus/vandam-daylong-demo"
CR = ChildRecordings(path)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.