wordFinderB4: Find the word following another word

View source: R/wordFinderB4.R

wordFinderB4R Documentation

Find the word following another word

Description

This function allows you to find the word or value that comes before a word

Usage

wordFinderB4(stringList = NULL, word2find = NULL, numberBefore = NULL)

Arguments

stringList

all of the page as a string list

word2find

the word you are searching for

numberBefore

the number of occurences of a string before

Examples

wordFinderB4()

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