strInsertBeforeIndex: Inserts what before positive index i in string s. Vectorized...

View source: R/str.R

strInsertBeforeIndexR Documentation

Inserts what before positive index i in string s. Vectorized over all args.

Description

Inserts what before positive index i in string s. Vectorized over all args.

Usage

strInsertBeforeIndex(s, i, what)

Arguments

s

a string to transform

i

a positive index

what

to insert

Value

a transformed string


kongra/koR documentation built on Jan. 19, 2025, 11:23 a.m.