lu {tcpl}R Documentation

Abbreviation for length(unique(x))

Description

lu takes a logical vector, x, and returns length(unique(x)).

lu takes a logical vector, x, and returns length(unique(x)).

Usage

lu(x)

lu(x)

Arguments

x

A logical

Value

The unique of the TRUE values in x

The unique of the TRUE values in x

See Also

unique, which

unique, which

Other tcpl abbreviations: is.odd(), lw(), sink.reset()

Other tcpl abbreviations: is.odd(), lw(), sink.reset()


[Package tcpl version 3.1.0 Index]