Description Usage Arguments Value TODO Examples
This function replaces a piece of text with another text.
1 | wdReplaceTextByText(find = "", text, wdapp = .R2wd)
|
find |
A string. |
text |
Replacement text. |
Invisibly returns a pointer to the range object.
testing
1 2 3 4 5 | file <- system.file("inst/template.docx", package = "R2wdaddons")
wdGet2(file)
# replace placeholder text
wdReplaceTextByText("[placeholder 4]", "SOME REPLACEMENT TEXT")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.