verify_character_join: Verify Character Join

View source: R/helpers.R

verify_character_joinR Documentation

Verify Character Join

Description

Checks if two character values are equal. If either value is NULL, returns TRUE.

Usage

verify_character_join(x, y)

Arguments

x

A character value to be compared.

y

A character value to be compared.

Value

TRUE if the values are equal or if either value is NULL. Returns FALSE otherwise.


PvSTATEM documentation built on April 4, 2025, 4:34 a.m.