| report_latex_dependencies {huxtable} | R Documentation |
Prints out and returns a list of LaTeX dependencies for adding to a LaTeX preamble.
report_latex_dependencies(quiet = FALSE, as_string = FALSE)
quiet |
Logical: suppress printing. |
as_string |
Logical: return dependencies as a string. |
If as_string is TRUE, a string of "\usepackage..." statements;
otherwise a list of rmarkdown::latex_dependency objects, invisibly.
report_latex_dependencies()