This function aggregates the projected stats collected from each source with the scrape_data function.
aggregate_stats(data_result, src_weights = NULL)
data_result | An output from the scrape_data function. |
---|---|
src_weights | A named vector with the weights from each source. See default_weights |