ftext
From officer v0.3.4
by David Gohel
formatted text
Format a chunk of text with text formatting properties.
Usage
ftext(text, prop)# S3 method for ftext
format(x, type = "console", ...)
# S3 method for 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
# NOT RUN {
ftext("hello", fp_text())
# }
Community examples
Looks like there are no examples yet.