is_empty: Is input empty or falsy?

Description Usage Arguments Value Examples

View source: R/is_empty.R

Description

Functions to check if inputs are NULL, zero length, "", 0 or FALSE. Useful to check if an input inside a shiny app is empty.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

Arguments

.x

An object.

Value

Logical value.

Examples

1
2
3
4
5
6
7

markusdumke/fluid documentation built on Sept. 24, 2019, 11 p.m.