encoded.default {encode}R Documentation

Check If Default Object is Encoded

Description

Checks if object is encoded, using default methodology. Always returns logical, telling whether the corresponding element represents an encoding of levels and labels. Objects with zero length give FALSE.

Usage

## Default S3 method:
encoded(x, ...)

Arguments

x

object

...

passed arguments

Value

logical

See Also

Other encoded: encoded


[Package encode version 0.3.6 Index]