Learn R Programming

sdglinkage (version 0.1.0)

check_swap_char: Check if two strings are the same after we swaped the position of two letters.

Description

check_swap_char check if two strings are the same after we swaped the position of two letters.

Usage

check_swap_char(string1, string2)

Arguments

string1

A string.

string2

A string.

Value

It returns TRUE if two strings are the same after we swaped the position of two letters, otherwise, it returns FALSE.