is_permutation: Check if a string is a permutation of the other, vectorized

Description Usage Arguments

View source: R/chapter_1.R

Description

Check if a string is a permutation of the other, vectorized

Usage

1
is_permutation(str1, str2)

Arguments

str1

The first string to check against.

str2

The second string to check against.


bobjansen/algoRist documentation built on Feb. 14, 2022, 6:01 a.m.