powered by
It acts similiarly to Excel's NOT function. It returns the opposite of the logical you specify.
NOT(logical)
Enter the logical to get the opposite logical of it. For example if you input TRUE, it will get FALSE.
in the first example it will return false while in the 2nd example it will return true. Function will always return logical class.
# NOT RUN { NOT(TRUE) NOT(FALSE) # }
Run the code above in your browser using DataLab