Select output depending on format
Usage
gvz_html_or_pdf(html_output, pdf_output)
Arguments
- html_output
Output for html format
- pdf_output
Output for pdf format
Value
The selected output
Examples
if (FALSE) { # interactive()
# Not run: for use in Rmd/Quarto documents
gvz_html_or_pdf("The <b>HTML</b> output", "The \\textbf{LaTex} output")
}