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. The raw nested response slot ids are
checked for missing required slots and unexpected new slots, but the returned
data are not changed by these diagnostics.
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.
- diagnostics
Character. Controls response slot diagnostics. Use
"compact"for concise feedback,"full"for all details, or"none"to suppress these diagnostics.