wordFinderAfter: Find the word following another word

View source: R/wordFinderAfter.R

wordFinderAfterR Documentation

Find the word following another word

Description

This function allows you to find the word or value that comes multiple places after a word

Usage

wordFinderAfter(stringList = NULL, word2find = NULL, numberAfter = NULL)

Arguments

stringList

all of the page as a string list

word2find

the word you are searching for

numberAfter

the location of the word after the one identified in word2find that is being recorded

Examples

wordFinderAfter()

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