Learn R Programming

flextable (version 0.9.5)

add_latex_dep: Add latex dependencies

Description

Manually add flextable latex dependencies to the knitr session via knit_meta_add().

When enabling caching in 'R Markdown' documents for PDF output, the flextable cached result is used directly. Call add_latex_dep() in a non cached chunk so that flextable latex dependencies are added to knitr metadata.

Usage

add_latex_dep(float = FALSE, wrapfig = FALSE)

Arguments

float

load package 'float'

wrapfig

load package 'wrapfig'

Examples

Run this code
add_latex_dep()

Run the code above in your browser using DataLab