Learn R Programming

arkhe (version 0.3.1)

predicate-utils: Utility Predicates

Description

  • is_empty() checks if a vector or list is empty.

  • is_missing() checks if a vector or list contains missing values.

  • is_named() checks if an object is named.

  • is_uuid() checks if a string is a canonically formatted UUID that is version 1 through 5 and is the appropriate Variant as per RFC4122.

Usage

is_empty(x)

is_named(x)

Arguments

x

An object to be tested.

Value

A logical scalar.

See Also

Other predicates: predicate-graph, predicate-matrix, predicate-numeric, predicate-scalar, predicate-trend, predicate-type