report_latex_dependencies {huxtable}R Documentation

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

Logical: suppress printing.

as_string

Logical: 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

report_latex_dependencies()


[Package huxtable version 4.0.1 Index]