opcodes_apply_str | R Documentation |
Applies opcodes to transform a string.
opcodes_apply_str(opcodes, s1, s2)
opcodes |
A data frame of opcode transformations (type, src_begin, src_end, dest_begin, dest_end). |
s1 |
The source string. |
s2 |
The target string. |
The transformed string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.