Simplify add_pairwise_comparison
to omit the need to have a stored attribute with unsummarised scores
#400
Labels
Breaking change
This issue discusses or suggests a potentially breaking change
implementation-ready
This is ready for implementation
package improvement
Milestone
Both functions currently operate on a data.frame of unsummarised scores. If we restricted the order such that you'd always have to call them before
summarise_scores()
then we could get rid of the attribute of unsummarised scores that we're currently carrying around.The text was updated successfully, but these errors were encountered: