Learn R Programming

ArchaeoPhases (version 1.8)

allen_is_set_vector: Test if an object is a set vector

Description

Checks for mode 'character', length less than 13. Note: this predicate is a (very) partial implementation.

Usage

allen_is_set_vector(obj)

Arguments

obj

An object to test

Value

Boolean, TRUE if obj is a set vector, FALSE otherwise.