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 |
part |
Part of the table can be one of |
Value
flextable with markdown applied
[Package onbrand version 1.0.5 Index]