str_empty: Detect if a string is empty

Description Usage Arguments Value

View source: R/utils.R

Description

Detect if a string is empty

Usage

1
str_empty(string)

Arguments

string

Input vector. Either a character vector, or something coercible to one.

Value

logical, TRUE in the absence of a string (""), otherwise FALSE.


lhmet/inmetr documentation built on Aug. 27, 2020, 6 a.m.