NOT: Basic NOT function from excel

Description Usage Arguments Value Examples

View source: R/NOT.R

Description

It acts similiarly to Excel's NOT function. It returns the opposite of the logical you specify.

Usage

1

Arguments

logical

Enter the logical to get the opposite logical of it. For example if you input TRUE, it will get FALSE.

Value

in the first example it will return false while in the 2nd example it will return true. Function will always return logical class.

Examples

1
2

ExcelFunctionsR documentation built on July 1, 2020, 8:35 p.m.