List files
list_files.Rd
Please note the wrapper functions list_units()
, list_booklets()
, and list_testtakers()
.
Usage
list_files(workspace, type = NULL, dependencies = FALSE)
# S4 method for class 'WorkspaceTestcenter'
list_files(workspace, type = NULL, dependencies = FALSE)
Arguments
- workspace
WorkspaceTestcenter. Workspace information necessary to retrieve file list from the API.
- type
Character (optional). Type of the files to retrieve from the API. If no type is specified, all files are listed.
- dependencies
Logical. Should the dependencies be listed along with the resources? Defaults to
FALSE
.