powered by
Prints out and returns a list of LaTeX dependencies for adding to a LaTeX preamble.
report_latex_dependencies(quiet = FALSE, as_string = FALSE)
Logical: suppress printing.
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.
as_string
TRUE
# NOT RUN { report_latex_dependencies() # }
Run the code above in your browser using DataLab