and: and

Description Usage Arguments Value Examples

View source: R/code.R

Description

Simple function returns true if both of the inputs are true, otherwise it returns false. Equivallent to the '&' symbol in R & most programming languages. Throws an error if both inputs aren't logical.

Usage

1
and(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/rgates documentation built on Oct. 31, 2020, 5:41 a.m.