Skip to contents

Get source container by specified control type

Usage

get_storage_container_by_control(
  control_type,
  control_file = "controls.json",
  app_file = "app.json"
)

Arguments

control_type

A character string specifying the type of control.

control_file

A character string indicating the path to the controls.json file.

app_file

A character string indicating the path to the app.json file.

Value

A named list of extraction containers for the specified control type.

Examples

get_extraction_container_by_control(control_type = "DBS Sheet")
#> Error in get_extraction_container_by_control(control_type = "DBS Sheet"): could not find function "get_extraction_container_by_control"