Get action types for a specific control
Usage
get_control_action_types(
control_type,
control_file = "controls.json",
app_file = "app.json"
)
Arguments
- control_type
A character string representing the type of the 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 action types or NULL if no actions are defined.
Examples
get_control_action_types("dbs_sheet")
#> Create Extract
#> "create" "extraction"