Skip to contents

Convenience wrapper that rescores every result entry in a tallier_export or tallier_study object. This is called automatically when rescore = TRUE in read_scoreme().

Usage

score_all(obj, instruments = NULL)

Arguments

obj

A tallier_export or tallier_study object.

instruments

An optional named list of additional registry entries from load_instrument() or load_instrument_dir(), merged with the built-in registry before scoring. Entries in instruments take precedence over built-ins with the same id.

Value

The same object with scores updated in-place.