Get a testtakers from IQB Testcenter
get_testtakers.Rd
This function returns all testtakers with specified files.
Usage
get_testtakers(workspace, files = NULL)
# S4 method for class 'WorkspaceTestcenter'
get_testtakers(workspace, files = NULL)
Arguments
- workspace
WorkspaceTestcenter. Workspace information necessary to retrieve unit information and resources from the API.
- files
Character (optional). Names of the testtakers files to be retrieved. Defaults to
NULL
which returns all testtakers defined on the workspace.