Combines result files across multiple database runs for a specific version and task. Finds all CSV files in the task folder for each database and combines them into named results, then saves them to the export folder.
Arguments
- version
Character. Pipeline version (e.g., "1.0.0")
- taskName
Character. Name of the task (e.g., "cohortCounts", "characterization")
- dbIds
Character vector of database configuration IDs from config.yml
- resultsPath
Character. Path to results root folder. Defaults to "exec/results"
- exportPath
Character. Path where combined results will be saved. Defaults to "dissemination/export/merge"