Set different values that will be used based on the current epoxy or knitr
engine (one of md, html, or latex). The engine-specific value will be
used inside epoxy knitr chunks or epoxy functions matching the source syntax:
epoxy() (md), epoxy_html() (html), or epoxy_latex() (latex).
Usage
engine_pick(md, html = md, latex = md)
Value
The value of md, html or latex depending on the epoxy or knitr
currently being evaluated.
Arguments
md, html, latex
The value to use in a markdown, HTML, or LaTeX context.