get_project_control_test_plans {galvanizer}R Documentation

Retrieve Highbond Project - Test Plans

Description

"A test plan is a document that details how controls are assessed. Test plans identify the testing method or type of evidence obtained, specify the total sample size (split amongst testing rounds), and illustrate test steps or attributes."

Usage

get_project_control_test_plans(
  auth,
  control_test_plan_id,
  fields = NULL,
  pagesize = 50,
  waittime = 0.2
)

Arguments

auth

Highbond authentication credentials, created from setup_highbond

control_test_plan_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.

Details

Only applicable to test plans with Internal Control types

possible fields: testing_round_number, not_applicable, sample_size, testing_results, testing_conclusion, created_at, updated_at, control, assigned_user

Value

A tibble of control test plans


[Package galvanizer version 0.5.3 Index]