Last data update: 2014.03.03

R: Is a value falsey according to Mustache specifications?
isFalseyR Documentation

Is a value falsey according to Mustache specifications?

Description

This function is used to test a value before rendering

Usage

  isFalsey(x)

Arguments

x

value

Value

TRUE if falsey, otherwise FALSE

Results