View source: R/check_stop_codons.R
insert_str | R Documentation |
Inserts a string into another string at the speficied position.
insert_str(target, insert, index)
target |
The string to be modified. |
insert |
The string to be inserted. |
index |
The position where the insertion should take place. |
A string where insert
is inserted into target
at position index
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.