ft_apply_md {onbrand}R 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


[Package onbrand version 1.0.5 Index]