Given a data frame of scores, adds a column with the weighted score calculated.

calculate_scores_rowwise(reviews, submissions)

Arguments

reviews

Dataframe review table.

submissions

Data frame of submissions *including* clinical multiplier (i.e. the output from [append_clinical_to_submission()]).