get_project_walkthroughs {galvanizer} | R Documentation |
Retrieve Highbond Project - Walkthroughs / Execute Procedures
Description
"A walkthrough is a series of steps you perform to establish the reliability of controls and test the design of controls. Each control you define has a corresponding walkthrough that is used to verify that the control is designed appropriately. In a Workplan workflow project, a walkthrough is called an execute procedure."
Usage
get_project_walkthroughs(
auth,
walkthrough_id,
fields = NULL,
pagesize = 50,
waittime = 0.2
)
Arguments
auth |
Highbond authentication credentials, created from |
walkthrough_id |
Will get only one. |
fields |
OPTIONAL. A character vector each field requested within the project. NULL will default to all fields. |
pagesize |
Defaults to 50. Maximum is 100. |
waittime |
Time in seconds to wait between requests. |
Value
A tibble of walkthroughs
[Package galvanizer version 0.5.3 Index]