View source: R/data_selection.R
get_responses_mst | R Documentation |
Extract response data from a dexterMST database
get_responses_mst(
db,
predicate = NULL,
columns = c("person_id", "test_id", "booklet_id", "item_id", "item_score")
)
db |
a dexterMST project database connection |
predicate |
an expression to select data on |
columns |
the columns you wish to select, can include any column in the project |
a data.frame of responses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.