wdNormal {R2wd} | R Documentation |
Type text in 'Normal' style and end with a paragraph break if requested.
wdNormal(text = "", paragraph = TRUE, wdapp = .R2wd)
text |
the text to write. |
paragraph |
whether a paragraph break should be added at the end. |
wdapp |
the handle to the Word Application (usually not needed). |
This is almost the same as wdBody
.
Christian Ritter
## Not run: wdGet() wdTitle("R2wd: A package to write ...") wdNormal("R2wd is a package for ...") ## End(Not run)