Format a chunk of text with text formatting properties (bold, color, ...). The function allows you to create pieces of text formatted the way you want.
ftext(text, prop =NULL)
Arguments
text: text value, a single character value
prop: formatting text properties returned by fp_text . It also can be NULL in which case, no formatting is defined (the default is applied).
usage
You can use this function in conjunction with fpar to create paragraphs consisting of differently formatted text parts. You can also use this function as an r chunk in an R Markdown document made with package officedown.