get_booklets {dexter} | R Documentation |
Booklets entered in a project
Description
Retrieve information about the booklets entered in the db so far
Usage
get_booklets(db)
Arguments
db |
a connection to a dexter database, i.e. the output of |
Value
A data frame with columns: booklet_id, n_persons, n_items and booklet_max_score. booklet_max_score gives the maximum theoretically possible score according to the scoring rules
[Package dexter version 1.5.0 Index]