vget_multappear: Check multiple strings for multiple appearances

Description Usage Arguments Value

View source: R/formula-parser.R

Description

A vectorized version of get_multappear.

Usage

1
vget_multappear(charvec, vec)

Arguments

charvec

A Vector of strings. Each will be checked for multiple appearences in vec

vec

The character vector in which to check multiple appearences of char.

Value

TRUE if any element of charvec appears in vec more than once, FALSE otherwise.


adibender/ldatools documentation built on March 7, 2020, 5:30 a.m.