codes.default: Extract Codes by Default from an Object

Description Usage Arguments Value See Also

View source: R/encode.R

Description

Extracts codes from an object using the default method.

Usage

1
2
## 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 May 2, 2019, 6:08 a.m.

Related to codes.default in encode...