codes.default: Extract Codes by Default from an Object

View source: R/encode.R

codes.defaultR Documentation

Extract Codes by Default from an Object

Description

Extracts codes from an object using the default method.

Usage

## Default S3 method:
codes(x, simplify = TRUE, ...)

Arguments

x

object

simplify

whether to convert length one list to vector

...

passed arguments

Value

list, or vector if simplify = TRUE

See Also

Other codes: codes()


encode documentation built on Feb. 18, 2026, 9:06 a.m.

Related to codes.default in encode...