insert_str: String Insertion.

View source: R/check_stop_codons.R

insert_strR Documentation

String Insertion.

Description

Inserts a string into another string at the speficied position.

Usage

insert_str(target, insert, index)

Arguments

target

The string to be modified.

insert

The string to be inserted.

index

The position where the insertion should take place.

Value

A string where insert is inserted into target at position index.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.