Skip to contents

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

Usage

qryflow_parser_exists(type)

Arguments

type

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

Value

Logical. Does type exist in the parser registry?

See also

qryflow_handler_exists() for the handler equivalent.

Examples

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