get_testscores | R Documentation |
Supplies the sum of item scores for each person selected.
get_testscores(dataSrc, predicate = NULL)
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 |
A tibble with columns person_id, item_id, booklet_score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.