Description Usage Arguments Value Examples
This function checks if a string in contained in a Word document.
1 | wdSearchString(find = "", wdapp = .R2wd, warn = TRUE)
|
find |
A string. |
TRUE
if string is found, FALSE
if not.
1 2 3 4 5 | file <- system.file("inst/template.docx", package = "R2wdaddons")
wdGet2(file)
# does the search string exist?
wdSearchString("[placeholder 1]")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.