powered by
Values are truthy that are not null, NA, empty, 0, or FALSE.
truthy(x)falsy(x)
falsy(x)
Any object, value or NULL
logical
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.