get_project_control_tests: Retrieve Highbond Project - Control Tests

Description Usage Arguments Details Value

View source: R/projects.R

Description

"Control tests evaluate the operating effectiveness of a control."

Usage

1
2
3
4
5
6
7
get_project_control_tests(
  auth,
  control_test_id,
  fields = NULL,
  pagesize = 50,
  waittime = 0.2
)

Arguments

auth

Highbond authentication credentials, created from setup_highbond

control_test_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

Value

A tibble of control tests


jonlinca/galvanizer documentation built on May 29, 2021, 5:08 p.m.