take_out: Extract Some String

Description Usage Arguments Value Examples

View source: R/take_out.R

Description

Extract Some String

Usage

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

Arguments

x

string

...

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

type

any left characters of character or list

Value

characters

Examples

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

do documentation built on Aug. 3, 2021, 5:06 p.m.