View source: R/phraseFinderRemover.R
phraseFinderRemover | R Documentation |
This function allows you to look for a phrase that is bounded by two words and remove some of it
phraseFinderRemover(
stringList = "",
firstword = "",
lastword = "",
words.to.remove = 0
)
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 |
words.to.remove |
number of words to remove from the end of a string |
phraseFinderRemover()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.