phraseFinderAdvanced: Find the words in between two words

View source: R/phraseFinderAdvanced.R

phraseFinderAdvancedR Documentation

Find the words in between two words

Description

This function allows you to look for a phrase that is bounded by two words and comes after a keyword in the document

Usage

phraseFinderAdvanced(
  stringList = "",
  firstword = "",
  lastword = "",
  afterword = ""
)

Arguments

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

Examples

phraseFinderAdvanced()

seanbergin/srp documentation built on Aug. 7, 2023, 12:31 p.m.