powered by
Truthy()
Truthy(.x)
Existy
# Returns if a value exists or not: Truthy(TRUE) # TRUE Truthy(FALSE) # FALSE Truthy(NULL) # FALSE Truthy(NA) # FALSE Truthy(2L) # TRUE Truthy(1L) # TRUE Truthy(0L) # FALSE Truthy("a") # TRUE
Run the code above in your browser using DataLab