is_blank: checks if a string is blank

Description Usage Arguments Value Author(s) See Also Examples

Description

checks if a string is blank

Usage

1

Arguments

x

character string to check

Value

logical

Author(s)

Thomas P. Harte

See Also

character

Examples

1
2
3
  is_blank("")
  is_blank(rep("",4))
  is_blank(c("hello",rep("",4)))

tharte/tutils documentation built on Feb. 11, 2020, 9:17 a.m.