Get responses directly from Testcenter
get_responses.RdThis function returns responses for the selected groups and prepares the
nested response report from the Testcenter for further processing with
code_responses(). Units with empty response payloads are kept as rows with
responses = NA so that the observed unit structure remains available; final
missing codes are assigned later by complete_design() when the coded data
are checked against the full test design.
Usage
get_responses(workspace, groups = NULL, units_filter_off = NULL)
# S4 method for class 'WorkspaceTestcenter'
get_responses(workspace, groups = NULL, units_filter_off = NULL)Arguments
- workspace
WorkspaceTestcenter. Workspace information necessary to retrieve unit information and resources from the API.
- groups
Character. Name of the groups to be retrieved or all groups if not specified.
- units_filter_off
Character. Names of the units to be removed from the dataset.