phraseFinder: Find the words in between two words

View source: R/phraseFinder.R

phraseFinderR Documentation

Find the words in between two words

Description

This function allows you to look for a phrase that is bounded by two words

Usage

phraseFinder(stringList = "", firstword = "", lastword = "")

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

Examples

phraseFinder()

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