extxt3: extxt3() extract parts from a string based on defined string...

View source: R/extxt3.R

extxt3R Documentation

extxt3() extract parts from a string based on defined string split

Description

extxt3() extract parts from a string based on defined string split

Usage

extxt3(string, ps, nchar = 100, firstonly = F)

Arguments

string

string to split on to find what to extract

ps

page source in text unlisted to find what to extract

nchar

number of characters from located string forward to extract

firstonly

if TRUE returns only first instance of extract


nbarsch/tfwstring documentation built on May 4, 2023, 5:26 a.m.