Skip to contents

Get destination location by specified control type

Usage

get_destination_location_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 destination locations for the specified control type.

Examples

get_destination_location_by_control(control_type = "DBS Sheet")
#> Error in get_destination_location_by_control(control_type = "DBS Sheet"): Specified control type not found.