take_out: Extract Some String

View source: R/take_out.R

take_outR Documentation

Extract Some String

Description

Extract Some String

Usage

take_out(x, ..., type = "c")

Arguments

x

string

...

patterns of c('begin','after')

type

any left characters of character or list

Value

characters

Examples

x='abdghtyu'
take_out(x,c('a','d'),c('h','u'))

do documentation built on Sept. 12, 2024, 6:27 a.m.