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/kongRa documentation built on Jan. 18, 2025, 4:34 a.m.