stext {officer} | R Documentation |
Format a chunk of text with a referenced style.
stext(text, style_id = NULL, style, doc)
text |
text value |
style_id |
style id |
style |
style name. Use only when you don't know what is the id associated with a stylename. |
doc |
|
doc <- read_docx() stext("hello", "strong", doc)