Learn R Programming

sdglinkage (version 0.1.0)

get_transformation_insert: Insert a character/digit/space/symbol randomly.

Description

get_transformation_del randomly insert a character/digit/space/symbol a string.

Usage

get_transformation_insert(string)

Arguments

string

A string.

Value

It returns the string with an additional character/digit/space/symbol. It also comes with the change log of the transformation.

Examples

Run this code
# NOT RUN {
get_transformation_insert('how are you?')

# }

Run the code above in your browser using DataLab