analyze_project
analyze_project.RdRuns the full analysis pipeline across all files in a project, aggregating results and saving summary outputs to disk.
Arguments
- file_rows
A tibble of file metadata with columns
file_id,file_path, andfolder_path, as produced byindex_files().- params
A named list of analysis parameters as produced by
make_params().