Learn R Programming

Xmisc (version 0.2.1)

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

Description

Split a string at the first `split'

Usage

strsplit.first(x, split, ...)

Arguments

x
character, a string to split.
split,
see strsplit
...,
see strsplit

Value

list

Examples

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

Run the code above in your browser using DataLab