strsplit.first: Split a string at the first 'split'

Description Usage Arguments Value Author(s) Examples

Description

Split a string at the first ‘split’

Usage

1

Arguments

x

character, a string to split.

split,

see strsplit

...,

see strsplit

Value

list

Author(s)

Xiaobei Zhao

Examples

1
strsplit.first('inFpath="a=1.b=2.c=TRUE"',split="=")

Xmisc documentation built on May 2, 2019, 8:23 a.m.