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