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

View source: R/extxt.R

extxtR Documentation

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

Description

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

Usage

extxt(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.