ftext {officer}R Documentation

formatted text

Description

Format a chunk of text with text formatting properties.

Usage

ftext(text, prop)

## S3 method for class 'ftext'
format(x, type = "console", ...)

## S3 method for class 'ftext'
print(x, ...)

Arguments

text

text value

prop

formatting text properties

x

ftext object

type

output format, one of wml, pml, html, console, text.

...

unused

Examples

ftext("hello", fp_text())

[Package officer version 0.3.5 Index]