has_term {ctrialsgov} | R 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
[Package ctrialsgov version 0.2.5 Index]