strInsertAfterIndex: Inserts what after a non-negative index i in string s....

View source: R/str.R

strInsertAfterIndexR Documentation

Inserts what after a non-negative index i in string s. Vectorized over all args.

Description

Inserts what after a non-negative index i in string s. Vectorized over all args.

Usage

strInsertAfterIndex(s, i, what)

Arguments

s

a string to transform

i

a non-negative index

what

to insert

Value

a transformed string


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