View source: R/type-registration.R
ls_qryflow_handlers | R Documentation |
Helper function to access the names of the currently registered chunk types. Functions available for accessing just the parsers or just the handlers.
ls_qryflow_handlers()
ls_qryflow_parsers()
ls_qryflow_types()
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.
Character vector of registered chunk types
ls_qryflow_types()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.