Skip to contents

Reads all staged RDS files from a directory (produced by workers using cs_stage_result) and writes them to the central board through the controlling process. Successfully pinned files are removed; a failed file remains available for retry.

Usage

cs_gather_results(board, staging_dir)

Arguments

board

The target pins board.

staging_dir

Path to the directory containing worker outputs.

Value

Invisibly, the number of results gathered.