ft_apply_md: Render Markdown in flextable Object

View source: R/ft_apply_md.R

ft_apply_mdR Documentation

Render Markdown in flextable Object

Description

Takes a flextable object and renders any markdown in the specified part.

Usage

ft_apply_md(ft, obnd = NULL, part = "body")

Arguments

ft

Flextable object.

obnd

Optional onbrand object used to format markdown. The default NULL value will use default formatting.

part

Part of the table can be one of "all", "body" (default), "header", or "footer"

Value

flextable with markdown applied


onbrand documentation built on May 29, 2024, 11:17 a.m.