Skip to contents

Checks whether the specified handler exists in the handler registry environment.

Usage

qryflow_handler_exists(type)

Arguments

type

chunk type to check (e.g., "query", "exec")

Value

Logical. Does type exist in the handler registry?

Examples

qryflow_handler_exists("query")
#> [1] TRUE