Learn R Programming

DQAstats (version 0.3.9)

is_latex_installed: Checks if there is a LaTeX installation available

Description

Internal function to determine if a LaTeX installation is available. Used before creating/knitr-ing the PDF report.

Usage

is_latex_installed(logfile_dir = NULL, headless = TRUE)

Value

TRUE if there is a LaTeX installation, FALSE if not.

Arguments

logfile_dir

The absolute path to folder where the logfile will be stored default(tempdir()).

headless

A boolean (default: FALSE). Indicating, if the function is run only in the console (headless = TRUE) or on a GUI frontend (headless = FALSE).

Examples

Run this code
is_latex_installed()

Run the code above in your browser using DataLab