qryflow_parser_exists: Check existence of a given parser in the registry

View source: R/parsers.R

qryflow_parser_existsR Documentation

Check existence of a given parser in the registry

Description

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")

qryflow documentation built on Aug. 8, 2025, 7:39 p.m.