Get a testtakers from IQB Testcenter
get_testtakers.RdThis 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
NULLwhich returns all testtakers defined on the workspace.