View source: R/phraseFinderAdvanced.R
phraseFinderAdvanced | R Documentation |
This function allows you to look for a phrase that is bounded by two words and comes after a keyword in the document
phraseFinderAdvanced(
stringList = "",
firstword = "",
lastword = "",
afterword = ""
)
stringList |
all of the page as a string list |
firstword |
the first word you are searching for |
lastword |
the last word you are searching for which must occur after the first word |
afterword |
the word that the first and last words must be after |
phraseFinderAdvanced()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.