Learn R Programming

yamlet (version 1.2.1)

isLevels.character: Test Character Value is Levels

Description

Tests whether character value is levels. Looks for any matches to vector. Uses intersect, which is fairly flexible respecting underlying data types (character 0 can match integer 0, etc.).

Usage

# S3 method for character
isLevels(x, table, ...)

Value

logical

Arguments

x

default

table

lookup vector

...

passed arguments

See Also

Other levels: isLevels(), isLevels.default()