Learn R Programming

do (version 2.0.0.1)

take_out: Extract Some String

Description

Extract Some String

Usage

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

Value

characters

Arguments

x

string

...

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

type

any left characters of character or list

Examples

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

Run the code above in your browser using DataLab