huxtable (version 1.0.0)

report_latex_dependencies: Report LaTeX dependencies

Description

Prints out and returns a list of LaTeX dependencies for adding to a LaTeX preamble.

Usage

report_latex_dependencies(quiet = FALSE, as_string = FALSE)

Arguments

quiet

Suppress printing.

as_string

Return dependencies as a string.

Value

If as_string is TRUE, a string of "\usepackage..." statements; otherwise a list of rmarkdown::latex_dependency objects, invisibly.

Examples

Run this code
# NOT RUN {
report_latex_dependencies()

# }

Run the code above in your browser using DataCamp Workspace