gaborcsardi/falsy: Define Truthy and Falsy Values

A value is falsy if it is NULL, FALSE, the empty string, zero, or an empty vector or list. Other values are truthy. The new %&&% and %||% operators work with falsy and truthy values and can be used for concise conditional execution.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version1.0.1
URL https://github.com/gaborcsardi/falsy
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("gaborcsardi/falsy")
gaborcsardi/falsy documentation built on May 16, 2019, 4:09 p.m.