text_equals {stringr} R Documentation

check of the text equals between two character vector.

Description

Usage

text_equals(x, y,
    null.equals = FALSE,
    empty.equals = TRUE);

Arguments

x

should be a character vector

y

another character vector

null.equals

null string value as equals? example as NULL is equals to NULL, or NULL is equals to empty string. [as boolean]

empty.equals

empty factor string value as equals? example as NA is equals to n/a, or NA is equals to NULL, etc. [as boolean]

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package stringr version 2.33.856.6961 Index]