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

View source: R/exsubtxt.R

exsubtxtR Documentation

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

Description

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

Usage

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

Arguments

string

string to split on to find what to extract

nchar

number of characters from located string forward to extract

ps

page source in text unlisted to find what to extract

firstonly

if TRUE returns only first instance of extract


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