convert_any_to_logical_vector: convert_any_to_logical_vector

Description Usage Arguments Value Examples

Description

Receives an input of an arbitrary supported class and returns a binary number represented by a logical vector. NULL is converted to a logical vector of length 1 with a FALSE value.

Usage

1

Arguments

input

An object or scalar (any supported class)

dim

(conditional) A fixed dimension for the resulting binary number (integer)

...

For future use

Value

The resulting binary number represented as a logical vector (logical vector)

Examples

1
2
3
4

daviddoret/haricot documentation built on May 21, 2019, 1:42 a.m.