- manual_folder
The directory containing .mat
files to be included in the zip archive.
- features_folder
The directory containing .csv
files, including subfolders, to be included in the zip archive.
- class2use_file
The path to the file (class2use_file) that will be renamed and included in the 'config' directory of the zip archive.
- zip_filename
The filename for the zip archive to be created.
- data_folder
Optionally, the directory containing additional data files (.roi
, .adc
, .hdr
) to be included in the zip archive.
- readme_file
Optionally, the path to a README file that will be updated with metadata and included in the zip archive.
- matlab_readme_file
Optionally, the path to a MATLAB README file whose content will be appended to the end of the README file in the zip archive.
- email_address
The email address to be included in the README file for contact information.
- version
Optionally, the version number to be included in the README file.
- print_progress
A logical value indicating whether to print progress bar. Default is TRUE.
- feature_recursive
Logical. If TRUE, the function will search for feature files recursively within the feature_folder
. Default is TRUE.
- manual_recursive
Logical. If TRUE, the function will search for MATLAB files recursively within the manual_folder
. Default is FALSE.
- data_recursive
Logical. If TRUE, the function will search for data files recursively within the data_folder
(if provided). Default is TRUE.
- quiet
Logical. If TRUE, suppresses messages about the progress and completion of the zip process. Default is FALSE.