View source: R/pre_processor_bemovi.R
pre_processor_bemovi | R Documentation |
Convert all .cxd
files in the input/bemovi
folder to non-proprietary avi
format.
pre_processor_bemovi(input, output)
input |
directory from which to read the data |
output |
directory to which to write the data |
This function requires the following files and directories:
one input
directory which contains
a folder named bemovi
with
the .cxd
files
a file bemovi_extract.yml
containing all the parameter for the analysis.
This parameter file will be loaded for the analysis.
a folder named 00.general.parameter
at the same level as input
This function creates the following folder if it does not exist:
output\bemovi
in which will contain
the .avi
files (converted .cxd
files)
the .metadata
text files containing the extracted metadata from the .cxd
files
the files recursively copied from the 00.general.parameter
folder
invisibly TRUE
when completed successful
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.