Get source location by specified control type
Usage
get_storage_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 extraction locations for the specified control type.
Examples
get_extraction_location_by_control(control_type = "DBS Sheet")
#> Error in get_extraction_location_by_control(control_type = "DBS Sheet"): could not find function "get_extraction_location_by_control"