powered by
Values are truthy that are not null, NA, empty, 0, or FALSE.
truthy(x)falsy(x)
falsy(x)
logical
Any object, value or NULL
falsy(): x is not truthy
falsy()
Note that this is per se not vectorised, because a non-empty list or vector is "truthy" as such.