EXACT: Test if Two Strings or Vectors of Strings are Equal

Description Usage Arguments Value Author(s) Examples

View source: R/EXACT.R

Description

Takes either two strings or two vectors that can be converted to strings and compares to see if they are an exact match.

Usage

1
EXACT(text1, text2)

Arguments

text1

String or vector that you would like to compare to text2.

text2

String or vector that you would like to compare to text1.

Value

Returns boolean value(s) that tell if exact match or not.

Author(s)

Nick Bultman, njbultman74@gmail.com, July 2021

Examples

1
2
EXACT("hi", "hey")
EXACT(c("hey", "hi", "holly"), c("hey", "HI", "holly"))

njbultman/xlsxFunctions documentation built on Aug. 8, 2021, 3:14 p.m.