Learn R Programming

flextable (version 0.7.2)

flextable_html_dependency: htmlDependency for flextable objects

Description

When using loops in an R Markdown for HTML document, the htmlDependency object for flextable must also be added at least once.

Usage

flextable_html_dependency(htmlscroll = TRUE)

Arguments

htmlscroll

add a scroll if table is too big to fit into its HTML container, default to TRUE.

Examples

Run this code
if(require("htmltools"))
  div(flextable_html_dependency())

Run the code above in your browser using DataLab