xor: xor

Description Usage Arguments Value Examples

View source: R/code.R

Description

Simple function returns true if the two inputs are not of same value, otherwise it returns false. Throws an error if both inputs aren't logical.

Usage

1
xor(x, y)

Arguments

x

The first logical input.

y

The second logical input.

Value

A logical input containig the resutls of x!=y.

Examples

1

MuhammadEzzatHBK/rgates2 documentation built on Oct. 30, 2020, 4:23 a.m.