has_term: Does a Term Appear in a Vector of Strings?

View source: R/filter-utils.R

has_termR Documentation

Does a Term Appear in a Vector of Strings?

Description

Does a Term Appear in a Vector of Strings?

Usage

has_term(s, pattern, ignore_case = TRUE)

Arguments

s

the vector of strings.

pattern

the pattern to search for.

ignore_case

should the case be ignored? Default TRUE

Value

a single logical value


presagia-analytics/ctrialsgov documentation built on March 25, 2024, 2:10 p.m.