get_testscores: Provide test scores

View source: R/dexter.R

get_testscoresR Documentation

Provide test scores

Description

Supplies the sum of item scores for each person selected.

Usage

get_testscores(dataSrc, predicate = NULL)

Arguments

dataSrc

a connection to a dexter database, a matrix, or a data.frame with columns: person_id, item_id, item_score

predicate

An optional expression to filter data, if NULL all data is used

Value

A tibble with columns person_id, item_id, booklet_score


dexter documentation built on Nov. 10, 2022, 5:15 p.m.