Get system check reports
get_system_checks.Rd
This function returns system check reports for the selected (or all) groups.
Usage
get_system_checks(workspace, groups = NULL, prepare = TRUE)
# S4 method for class 'WorkspaceTestcenter'
get_system_checks(workspace, groups = NULL, prepare = TRUE)
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.
- prepare
Logical. Should the unit responses be prepared, i.e., should the JSON objects in the responses be unpacked? Defaults to
TRUE
.