get_multappear: Check if string appears in character vector multiple times

Description Usage Arguments Value

View source: R/formula-parser.R

Description

Check if string appears in character vector multiple times

Usage

1
get_multappear(char, vec)

Arguments

char

The string for which to check multiple appearances in vec.

vec

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

Value

TRUE if char appears more than once in vec, FALSE otherwise.


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