merge_cell_seg_files
merges inForm output from individual fields,
creating "Merge" data files. This is similar to the inForm Merge tab but
does not include the ability to review and reject individual fields.
merge_cell_seg_files(base_path, update_progress = NULL, recursive = FALSE)
Path to a directory containing files to merge. All eligible files in this directory will be merged.
Callback function which is called with progress.
If TRUE, will find files in subdirectories of base_path
.