have_text: Checks if arguments are valid, not empty, character strings

Description Usage Arguments Value See Also Examples

View source: R/misc_helpers.R

Description

Checks if arguments are valid, not empty, character strings

Usage

1

Arguments

...

character strings to check

Value

logical vector

See Also

has_text() for the base non-vectorized version

Examples

1
have_text(c("", "some text")) # c(FALSE, TRUE)

avidclam/avidstart documentation built on May 17, 2019, 10:01 a.m.