ls_qryflow_handlers {qryflow} | R Documentation |
List currently registered chunk types
Description
Helper function to access the names of the currently registered chunk types. Functions available for accessing just the parsers or just the handlers.
Usage
ls_qryflow_handlers()
ls_qryflow_parsers()
ls_qryflow_types()
Details
ls_qryflow_types
is implemented to return the union of the results of
ls_qryflow_parsers
and ls_qryflow_handlers
. It's expected that a both
a parser and a handler exist for each type. If this assumption is violated,
the ls_qryflow_types
may suggest otherwise.
Value
Character vector of registered chunk types
Examples
ls_qryflow_types()
[Package qryflow version 0.1.0 Index]