strsplit2: split a string and extract the _n_th string

Description Usage Arguments Value

View source: R/internal.R

Description

split a string and extract the nth string

Usage

1
strsplit2(x, sep = " ", nth = 1)

Arguments

x

The string to split

sep

The separated character

nth

The nth string to extract

Value

a new string


pzhaonet/pinyin documentation built on June 17, 2020, 12:35 a.m.